Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 942 Bytes

readme.md

File metadata and controls

43 lines (25 loc) · 942 Bytes

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