to-vinyl
Convert a Template object to a vinyl file object.
Install with npm
npm i to-vinyl --save
Usage
var toVinyl = require('to-vinyl');
toVinyl({path: 'foo.hbs', content: 'this is foo'});
Related projects
- 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
Running tests
Install dev dependencies:
npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Author
Jon Schlinkert
License
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license.
This file was generated by verb-cli on April 27, 2015.