mutapipe
A library for creating modifiable streams, useful in Gulp. Inspired by lazypipe.
Installation
npm install mutapipe --save
Usage
Supports the same basic API as lazypipe.
var mutapipe = by = mutapipeby; var pipeline = ; pipeline = pipeline;
For more examples see tests.
Contributing
Make sure gulp build
passes, otherwise try to maintain similar code style.
License
MIT