Socket
Socket
Sign inDemoInstall

to-template

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    to-template

Convert a vinyl file object to a Template-compatible template object.


Version published
Maintainers
1
Install size
59.4 kB
Created

Readme

Source

to-template NPM version

Convert a vinyl file object to a Template-compatible template object.

Install with npm

npm i to-template --save

Usage

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'}
  • assemble: Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt,… more
  • to-vinyl: Convert a Template object to a vinyl file 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.

Keywords

FAQs

Last updated on 27 Apr 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc