1.0.0 • Published 9 years ago

vinyl-imitate v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

vinyl-imitate

Clone a vinyl file, but with new contents.

npm status Dependency status

example

var imitate = require('vinyl-imitate')
var clone = imitate(someFile, someBuffer)

api

imitate(file, newContents = null, opts = {})

Returns a clone of the vinyl-compatible file. newContents can be null, stream or buffer. Options are passed to clone().

install

With npm do:

npm install vinyl-imitate

license

MIT © Vincent Weevers