2.0.2 • Published 6 years ago

broccoli-templater v2.0.2

Weekly downloads
113,193
License
ISC
Repository
github
Last release
6 years ago

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