Find the length of a line of text
npm install cli-strlen> Find the length of a line of text


```
$ npm install --save cli-strlen
``
$ npm install --global cli-strlen`
$ strlen --help
Usage
$ strlen [input]
Examples
$ strlen abcdefghijklmnopqrstuvwxyz
26
$ cat test.txt | strlen
8
# when test.txt contains the text: 'one line'
$ echo 0123456789 | strlen
10
``
MIT © Siddharth Kannan