gulp-if-else

[Gulp plugin] Conditional task with "if" callback and "else" callback (optional): gulp.src(source).pipe( ifElse(condition, ifCallback, elseCallback) )

ternary-stream

Fork stream based on passed condition, and collect down-stream