Skip to content

bmpvieira/tool-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js module for working with Streams of objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published