summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix whitespace errorsTuncer Ayaz2012-06-111-3/+5
* List substitution variable names in 'list-templates' command.hirschen2012-06-111-1/+5
* Fix typos in rebar_templaterJesse Gumm2012-02-171-2/+2
* Use same variable names as file:make_link/2Tuncer Ayaz2011-10-211-3/+3
* Add possibility to make symbolic linksPrzemysław Dąbek2011-10-201-0/+10
* Fix error handling bug in {copy,In,Out} templateTuncer Ayaz2011-07-181-4/+4
* Use filename:join/1Tuncer Ayaz2011-07-181-2/+2
* Add support for {copy, src, dst} to templatercloudhead2011-07-081-0/+11
* Centralize variable resolution; add target_dir variableDave Smith2011-04-101-21/+27
* Add support for loading template vars from external fileDave Smith2011-04-101-3/+19
* Clean up codeTuncer Ayaz2011-02-061-35/+52
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Simplify and cleanup rebar_templaterTuncer Ayaz2011-01-131-10/+11
* Fix file existence checksTuncer Ayaz2011-01-131-1/+1
* Fix code clarityTuncer Ayaz2011-01-131-3/+3
* Support single level of nested template variablesDavid Reid2010-12-221-3/+21
* Tidier improvementsKostis Sagonas2010-10-261-4/+4
* Dialyzer related cleanupsKostis Sagonas2010-10-101-3/+5
* Add support for specifying template directory on the command lineDave Smith2010-08-281-1/+10
* Fix bug 438; add support for listing available templatesDave Smith2010-08-201-0/+15
* Add forward-compatible escript_foldl functionTuncer Ayaz2010-03-051-2/+5
* Fix bug in templater where escript was not found in subdirs were specified in...Dave Smith2010-02-201-4/+6
* 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