1.0.0 • Published 8 years ago

handlebars-helper-from-package v1.0.0

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

handlebars-helper-from-package

A helper to render handlebars partials whether they're in a package or not

An example:

var helper = require('handlebars-helper-from-package');
handlebars.registerHelper('fromPackage', helper);

template = handlebars.compile('{{fromPackage "@aredridel/test-packaged-patial/test.hbs" .. param="param Value"}}');
console.log(template());