broccoli-templater

2.0.2 • Public • Published

broccoli-templater

Build Status

broccoli plugin that combines lodash.template and broccoli for fun stuff.

example:

var templatedTree = new Template(untemplatedTree, pathToTemplate,
  function buildVariables(content, relativePath) {
    return {
      moduleBody: content
    };
});

Package Sidebar

Install

npm i broccoli-templater

Weekly Downloads

75,704

Version

2.0.2

License

ISC

Unpacked Size

44.2 kB

Total Files

8

Last publish

Collaborators

  • rwjblue
  • stefanpenner