0.2.1 • Published 8 years ago

base-templates v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

base-templates NPM version NPM downloads Build Status

Plugin for adding Templates support to base applications.

Install

Install with npm:

$ npm install --save base-templates

Usage

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

var templates = require('base-templates');
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());

About

Related projects

  • assemble: Get the rocks out of your socks! Assemble makes you fast at creating web projects… more | homepage
  • generate: Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the… more | homepage
  • templates: System for creating and managing template collections, and rendering templates with any node.js template engine… more | homepage
  • update: Be scalable! Update is a new, open source developer framework and CLI for automating updates… more | homepage

Contributing

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

Building docs

(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)

To generate the readme and API documentation with verb:

$ npm install -g verb verb-generate-readme && verb

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Jon Schlinkert

License

Copyright © 2016, Jon Schlinkert. Released under the MIT license.


This file was generated by verb-generate-readme, v0.1.30, on August 19, 2016.