gulp-to-stream

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i gulp-to-stream

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • carte7000