An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ![LEXIS](https://nikolaskama.me/content/images/2018/03/lexis-1.png)

[![Build Status](https://travis-ci.org/k4m4/lexis-count.svg?branch=master)](https://travis-ci.org/k4m4/lexis-count) [![Maintainability](https://api.codeclimate.com/v1/badges/9e787db7dedd6723339b/maintainability)](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

![Lexis Demo](https://nikolaskama.me/content/images/2018/03/lexis.gif)

## Related

- [lexis-count](https://github.com/k4m4/lexis-count) - API for this module

## License

MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)