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