0.0.1 • Published 9 years ago

cloak.view.nw-handlebars v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

cloak.view.nw-handlebars

Handlebars templating engine for cloak.view for building apps using node-webkit

Usage

$ npm install --save cloak.view.nw-handlebars
var config      = require('cloak.core/config');
var handlebars  = require('cloak.view.nw-handlebars');

// Set the handlebars compiler as the default templating engine, giving the
// path to where your templates are stored
config.module('view').set('templatingEngine', handlebars('/some/path'));