Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days ago
JSON representation
CLI tool that counts how many lines per second is written to it
- Host: GitHub
- URL: https://github.com/mafintosh/lines-per-second
- Owner: mafintosh
- License: mit
- Created: 2019-07-31T09:20:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T11:12:42.000Z (over 5 years ago)
- Last Synced: 2024-10-15T20:27:14.634Z (29 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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