Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/node-consumer-stream
Readline-like functionality that keeps track of line counts and properly handles final lines without trailing newlines
https://github.com/qix-/node-consumer-stream
Last synced: 26 days ago
JSON representation
Readline-like functionality that keeps track of line counts and properly handles final lines without trailing newlines
- Host: GitHub
- URL: https://github.com/qix-/node-consumer-stream
- Owner: Qix-
- License: mit
- Created: 2016-11-29T05:26:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T08:58:55.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T18:40:50.470Z (about 1 month ago)
- Language: CoffeeScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-consumer-stream [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-consumer-stream.svg?style=flat-square)](https://travis-ci.org/Qix-/node-consumer-stream) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-consumer-stream.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-consumer-stream)
> Parse streams a line at a time while tracking various metrics about the contents.
## License
Licensed under the [MIT License](http://opensource.org/licenses/MIT).
You can find a copy of it in [LICENSE](LICENSE).