gulp-to-stream

v1.0.2
gulp-to-stream is a gulp plugin that takes an vinyl file or an object and create a stream from it
gulp stream to stream vinyl vinyl file

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)

License MIT

npm i gulp-to-stream

Metadata

  • MIT
  • Whatever
  • Simon B.Robert
  • released 4/1/2017

Downloads

Maintainers