Socket
Book a DemoInstallSign in
Socket

template-render

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template-render

Plugin for Template for rendering vinyl files in an assemble, verb, or gulp pipeline.

Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
54
63.64%
Maintainers
2
Weekly downloads
 
Created
Source

template-render NPM version

Plugin for Template for rendering vinyl files in an assemble, verb, or gulp pipeline.

Install with npm

npm i template-render --save

Usage

Create a stream that will render files using Template. Works with gulp, verb and assemble.

Example:

var renderer = require('template-render');
var render = renderer(assemble);
assemble.task('build-posts', function () {
  assemble.src('*.hbs')
    .pipe(render());
});

Run tests

npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

Brian Woodward

License

Copyright (c) 2014 Brian Woodward
Released under the MIT license

This file was generated by verb on December 20, 2014.

Keywords

assemble

FAQs

Package last updated on 20 Dec 2014

Did you know?

Socket

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