tool-stream

0.2.1 • Public • Published

tool-stream NPM version Dependency Status

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 <mail@bmpvieira.com> @bmpvieira

License

tool-stream is licensed under the MIT license.

Bitdeli Badge

Readme

Keywords

Package Sidebar

Install

npm i tool-stream

Weekly Downloads

0

Version

0.2.1

License

MIT

Last publish

Collaborators

  • bmpvieira