Home

Awesome

LEXIS

Build Status Maintainability

Word counting made easy. Retrieve the number of words in a string or stdin.


Install

~ ❯❯❯ npm install -g lexis-cli

Usage

~ ❯❯❯ lexis --help

	Usage
	  ~ ❯❯❯ lexis <text>
	  ~ ❯❯❯ cat <file> | lexis
	  ~ ❯❯❯ echo <text> | lexis
	Example
	  ~ ❯❯❯ lexis 'Lorem ipsum dolor sit amet'
	  //=> 5

Demo

Lexis Demo

Related

License

MIT © Nikolaos Kamarinakis