htmlbarsify
v0.0.1
Published
Browserify transform for precompiling templates using htmlbars
Downloads
11
Maintainers
Readme
handlebarsify
Browserify transform for precompiling templates using htmlbars
Installing
npm install htmlbarsify --save
Use
browserify -t handlebarsify source.js > compiled.js
Source.js can include:
var template = require('template.html')
document.body.innerHTML = template({ name: "Korben Dallas" });