Skip to content

AGrzes/enable-stream

Repository files navigation

enable-stream Build Status Coverage Status

Utility for enabling/disabling streams in pipeline

Usage

var es = require('enable-stream)

es.src(source,sourceEnabled).pipe(es(transform,transformEnabled)).pipe(es.dst(destination,destinationEnabled))

if a function creating a stream is passed to enable-stream then it is called only when stream is enabled.

About

Utility for enabling/disabling streams in pipeline

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published