summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
Commit message (Expand)AuthorAgeFilesLines
...
* provide separate 'file' and 'template' directives, instead of one 'file' dire...Bryan Fink2010-02-131-28/+45
* add chmod template directive for changing file file permissionBryan Fink2010-02-041-0/+8
* add Render flag to 'file' template directiveBryan Fink2010-02-041-2/+9
* look for templates in local directory as wellBryan Fink2010-02-041-2/+3
* Add support for forcibly overwriting output files; courtesy of OJ ReevesDave Smith2010-01-301-17/+40
* Adding sketch of functionality for creating a reltool node from templateDave Smith2010-01-081-0/+6
* Basic implementation of templater is completeDave Smith2010-01-081-8/+186
* Sketching out templating systemDave Smith2010-01-071-0/+51