broccoli-templater

easily use lodash templates to template many files

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
broccoli-templater
2.0.25 years ago8 years agoMinified + gzip package size for broccoli-templater in KB

Readme

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