https://github.com/k4m4/lexis-cli
Word counting made easy. Retrieve the number of words in a string or stdin.
https://github.com/k4m4/lexis-cli
cli cli-app counting lexis word
Last synced: about 1 year ago
JSON representation
Word counting made easy. Retrieve the number of words in a string or stdin.
- Host: GitHub
- URL: https://github.com/k4m4/lexis-cli
- Owner: k4m4
- Created: 2018-03-06T19:17:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:14:36.000Z (over 3 years ago)
- Last Synced: 2025-04-16T05:20:53.005Z (about 1 year ago)
- Topics: cli, cli-app, counting, lexis, word
- Language: JavaScript
- Homepage:
- Size: 543 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 
[](https://travis-ci.org/k4m4/lexis-count) [](https://codeclimate.com/github/k4m4/lexis/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
~ ❯❯❯ cat | lexis
~ ❯❯❯ echo | lexis
Example
~ ❯❯❯ lexis 'Lorem ipsum dolor sit amet'
//=> 5
```
## Demo

## Related
- [lexis-count](https://github.com/k4m4/lexis-count) - API for this module
## License
MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)