0.0.3 • Published 10 years ago

simplepipes v0.0.3

Weekly downloads
20
License
-
Repository
github
Last release
10 years ago

SimplePipes

Simple flow library based on pipes.

Installation

Via npm using (Node.js)http://nodejs.org:

npm install simplepipes

Usage

Reference in your program:

var simplepipes = require('simplepipes');

TBD

Versions

  • 0.0.1 Published
  • 0.0.2 Published, simplified to use next
  • 0.0.3 Published, removing this.emit, use next with named pipe

Development

git clone git://github.com/ajlopez/SimplePipes.git
cd SimplePipes
npm install
npm test

Samples

Collatz sample Collatz problem sample.

To do

TBD

Reference

Contribution

Feel free to file issues and submit pull requests � contributions are welcome.

If you submit a pull request, please be sure to add or update corresponding test cases, and ensure that npm test continues to pass.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago

0.0.1alpha

11 years ago