tool-stream
v0.2.1
Published
Node.js module for working with Streams of objects.
Downloads
29
Readme
tool-stream
Node.js module for working with Streams of objects.
Install
Install tool-stream
with npm:
$ npm install tool-stream
Usage
If you're using tool-stream
with Node.js, you can require the module:
var tool = require('tool-stream')
Please read the documentation for the methods exposed by tool-stream
.
Contributing
To contribute to tool-stream
, clone this repo locally and commit your code on a separate branch.
Please write unit tests for your code, and check that everything works by running the following before opening a pull-request:
$ npm test
Please also check for code coverage:
$ npm run coverage
To rebuild and minify the module for the browser:
$ npm run build-browser
To rebuild the documentation using the comments in the code:
$ npm run build-docs
Check the issues for ways to contribute.
Contacts
Bruno Vieira <[email protected]> @bmpvieira
License
tool-stream is licensed under the MIT license.