Line transform stream, reads bytes writes arrays of lines.
npm install stream-linesTable of Contents
=================
* Stream Lines
* Install
* Developer
* Test
* Cover
* Lint
* Documentation
* Readme
* License
Stream Lines
============
Line transform stream, reads bytes writes arrays of lines.
```
npm i stream-lines --save
Tests are not included in the package, clone the repository:
``
npm test
To generate code coverage run:
``
npm run cover
Run the source tree through jshint and jscs:
``
npm run lint
To generate all documentation:
``
npm run docs
To build the readme file from the partial definitions (requires mdp):
```
npm run readme
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
[node]: http://nodejs.org
[npm]: http://www.npmjs.org
[mdp]: https://github.com/tmpfs/mdp
[jshint]: http://jshint.com/
[jscs]: http://jscs.info/