Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 360 Bytes

.verb.md

File metadata and controls

12 lines (10 loc) · 360 Bytes

Usage

This plugin exposes the entire API from [Templates][]. Visit that project's GitHub repository for additional details and documentation.

var templates = require('{%= name %}');
var Base = require('base');
// "isApp" tells the plugin that this is a 
// "valid" instance for templates
var app = new Base({isApp: true});
app.use(templates());