Skip to content

stefanpenner/broccoli-templater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published