$ npm install to-template
Convert a vinyl file object to a Template-compatible template object.
npm i to-template --save
var toTemplate = require('to-template');
// file = <File "foo.hbs" <Buffer 74 68 69 73 20 69 73 20 66 6f 6f>>
toTemplate(file);
//=> {path: 'foo.hbs', content: 'this is foo'}
Install dev dependencies:
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on April 27, 2015.
© 2010 - cnpmjs.org x YWFE | Home | YWFE