Convert an object to a vinyl file object. Safely mixes additional properties onto the file object without overwriting properties added by vinyl.
npm install to-vinyl> Convert an object to a vinyl file object. Safely mixes additional properties onto the file object without overwriting properties added by vinyl.
Install with npm
``sh`
$ npm i to-vinyl --save
`js
var toVinyl = require('to-vinyl');
toVinyl({path: 'foo.hbs', content: 'this is foo'});
//=>
`
* assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more
* to-template: Convert a vinyl file object to a Template-compatible template object.
* template: Render templates using any engine. Supports, layouts, pages, partials and custom template types. Use template… more
* verb: Documentation generator for GitHub projects. Extremely powerful, easy to use, can generate anything from API… more
Install dev dependencies:
`sh``
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Brian Woodward
+ github/jonschlinkert
+ twitter/jonschlinkert
Copyright © 2015 Brian Woodward
Released under the MIT license.
*
_This file was generated by verb-cli on July 17, 2015._