gulp-to-stream
v1.0.2
Published
gulp-to-stream is a gulp plugin that takes an vinyl file or an object and create a stream from it
Downloads
4
Maintainers
Readme
gulp-to-stream
Description
Gulp to stream helps you create a source stream for gulp using what you want whether it is globs, objects, or vinyl files
Usage
const toStream = require('gulp-to-stream');
gulp(toStream([object, vinylFile, path])).pipe(gulpPlugin)