Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide separate 'file' and 'template' directives, instead of one 'file' ↵ | Bryan Fink | 2010-02-13 | 1 | -28/+45 |
| | | | | directive with a boolean Render flag | ||||
* | add chmod template directive for changing file file permission | Bryan Fink | 2010-02-04 | 1 | -0/+8 |
| | | | | | | usage: {chmod, Mode, File} where: Mode is an integer, as specified by the 'mode' field of the file_info record (see docs for file:write_file_info/2) | ||||
* | add Render flag to 'file' template directive | Bryan Fink | 2010-02-04 | 1 | -2/+9 |
| | | | | | | | {file,In,Out,true} = render with mustache {file,In,Out,false} = do not render with mustache (leave as-is) old-form {file,In,Out} is equivalent to {file,In,Out,true} | ||||
* | look for templates in local directory as well | Bryan Fink | 2010-02-04 | 1 | -2/+3 |
| | |||||
* | Add support for forcibly overwriting output files; courtesy of OJ Reeves | Dave Smith | 2010-01-30 | 1 | -17/+40 |
| | |||||
* | Adding sketch of functionality for creating a reltool node from template | Dave Smith | 2010-01-08 | 1 | -0/+6 |
| | |||||
* | Basic implementation of templater is complete | Dave Smith | 2010-01-08 | 1 | -8/+186 |
| | |||||
* | Sketching out templating system | Dave Smith | 2010-01-07 | 1 | -0/+51 |