handlebars-helper-from-package

1.0.0 • Public • Published

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());

Readme

Keywords

Package Sidebar

Install

npm i handlebars-helper-from-package

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • aredridel