0.2.1 • Published 11 years ago
tool-stream v0.2.1
tool-stream

Node.js module for working with Streams of objects.
Install
Install tool-stream with npm:
$ npm install tool-streamUsage
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 testPlease also check for code coverage:
$ npm run coverageTo rebuild and minify the module for the browser:
$ npm run build-browserTo rebuild the documentation using the comments in the code:
$ npm run build-docsCheck the issues for ways to contribute.
Contacts
Bruno Vieira [mail@bmpvieira.com](mailto:mail@bmpvieira.com) @bmpvieira
License
tool-stream is licensed under the MIT license.
