@gorner/broccoli-templater

2.0.3 • Public • Published

broccoli-templater

broccoli plugin that combines lodash's _.template and broccoli for fun stuff.

example:

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

Readme

Keywords

Package Sidebar

Install

npm i @gorner/broccoli-templater

Weekly Downloads

17

Version

2.0.3

License

ISC

Unpacked Size

9.75 kB

Total Files

7

Last publish

Collaborators

  • gorner