@gorner/broccoli-templater
v2.0.3
Published
easily use lodash templates to template many files
Downloads
181
Readme
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
};
});