1.1.11 • Published 9 years ago

mutapipe v1.1.11

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

mutapipe Build Status

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 = require('mutapipe'),
  by = mutapipe.by;

var pipeline = mutapipe()
  .pipe(jshint)
  .pipe(jshint.reporter, 'jshint-stylish');

pipeline = pipeline.replace(by.task(jshint.reporter)).with(jshint.reporter, 'default');

For more examples see tests.

Contributing

Make sure gulp build passes, otherwise try to maintain similar code style.

License

MIT

1.1.11

9 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago