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
if-env
Simplify npm scripts with "if-env ... && npm run this || npm run that"