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