Skip to content
/ lexis-cli Public

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

Notifications You must be signed in to change notification settings

k4m4/lexis-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published