dest-stream

0.1.2 • Public • Published

dest-stream

Wrapper for vinyl-source-stream and vinyl-fs to make a dest stream

The returned Writable is a writable-stream-stack, and transforms can be added to make changes before pipe inot the dest.

Usage

var Dest = require('dest-stream');

Dest(filename)

Dest(filename[, basedir], cb)

  • The dest file path will be path.resolve(basedir, filename).
  • cb will be called after all contents are piped into the dest.

Package Sidebar

Install

npm i dest-stream

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • zoubin