README
Note Pipeflow is not ready for production purpose yet.
Pipeflow iterator
Iterator plugin for Pipeflow
Installing
You can use npm to install Pipeflow iterator as follows
$ npm install pipeflow-iterator
Cloning
Also you can clone the source code to your computer as follows
$ git clone https://github.com/Pipeflow/pipeflow-iterator
$ cd pipeflow-iterator
then following command to install required packages from npm
$ npm install
Testing
Our unit tests is a good resource to learn how it works or reacts in different situations, To run them use following command
$ npm test