Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

template-init

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

template-init

Plugin for caching vinyl files as templates in an assemble, verb, or gulp pipeline.

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
101
-15.83%
Maintainers
2
Weekly downloads
 
Created
Source

template-init NPM version

Plugin for caching vinyl files as templates in an assemble, verb, or gulp pipeline.

Install with npm

npm i template-init --save

Usage

Plugin for caching vinyl files as templates in a [gulp], [verb] or [assemble] pipeline.

Example:

var renderPlugin = require('template-render');
var initPlugin = require('template-init');
var render = renderPlugin(assemble);
var init = initPlugin(assemble);

assemble.task('posts', function () {
  assemble.src('*.hbs')
    .pipe(init())
    .pipe(render())
    .pipe(assemble.dest('_gh_pages'));
});

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

templateplugin

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