Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mafintosh/lines-per-second

CLI tool that counts how many lines per second is written to it
https://github.com/mafintosh/lines-per-second

Last synced: about 2 months ago
JSON representation

CLI tool that counts how many lines per second is written to it

Awesome Lists containing this project

README

        

# lines-per-second

CLI tool that counts how many lines per second is written to it

```
npm install -g lines-per-second
```

## Usage

``` sh
# just pipe a program to lps and it will start counting lines written per second
./some-program-that-prints | lps
```

## License

MIT