summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
Commit message (Expand)AuthorAgeFilesLines
* support templates even when not run as escriptTristan Sloughter2015-04-241-7/+25
* support for 18.0+Tristan Sloughter2015-04-231-1/+1
* update hg username and email match in templatesTristan Sloughter2015-03-171-1/+1
* fix debug format to avoid crash with custom templateMariano Guerra2015-03-101-1/+1
* templater: return error, don't throw, if git or hg failTristan Sloughter2015-03-081-3/+3
* use git or hg configs if exist for default user and email in templatesTristan Sloughter2015-03-051-2/+29
* follow xdg standard. fixes #122Tristan Sloughter2015-02-191-13/+11
* Add support for custom templates in subdirectoriesFred Hebert2014-12-231-1/+1
* don't store global state variables in opts dictTristan Sloughter2014-12-061-1/+1
* move dir functions from utils to new module rebar_dirTristan Sloughter2014-12-011-2/+2
* Drop search for templates in cwdFred Hebert2014-11-231-2/+1
* Minor template fixesFred Hebert2014-11-141-1/+1
* use CONFIG_DIR of rebar3 for config directoriesTristan Sloughter2014-11-101-4/+4
* Allow to forcibly overwrite files with templatesFred Hebert2014-11-111-24/+24
* Redo templates with docs and whatnotFred Hebert2014-11-101-286/+197
* handle throw by relxTristan Sloughter2014-11-081-5/+5
* down to last 2 dialyzer errorsTristan Sloughter2014-09-211-1/+1
* more dialyzer fun. no likey opaque typesTristan Sloughter2014-09-211-1/+1
* add plugin templateTristan Sloughter2014-09-201-0/+2
* wip: move to erlydtl for rebar templatesTristan Sloughter2014-09-171-16/+30
* update templatingTristan Sloughter2014-09-161-13/+14
* use INFO instead of CONSOLE in templaterTristan Sloughter2014-08-241-3/+3
* add some templatesTristan Sloughter2014-08-241-5/+4
* rename deps providerTristan Sloughter2014-08-231-31/+31
* allow new project dir for templateTristan Sloughter2014-08-231-9/+11
* add back templatingTristan Sloughter2014-08-231-54/+17
* Fix OS X resource fork handling (Reported-by: Richard O'Keefe)Tuncer Ayaz2014-07-251-1/+1
* Merge pull request #195 from fgallaire/switch_template_instructionsTristan Sloughter2014-06-141-0/+12
|\
| * A switch variable can have multiple valuesFlorent Gallaire2013-12-111-3/+4
| * Support switch template instructionsFlorent Gallaire2013-12-111-0/+11
* | Fix #226Tuncer Ayaz2014-03-111-1/+2
* | Fix #187 (rename mustache to rebar_mustache)Tuncer Ayaz2014-01-011-1/+1
* | Add a library templatePierre Fenoll2013-12-191-0/+11
|/
* Support conditional template instructionsEvax Software2013-09-191-0/+21
* Merge pull request #59 from Vagabond/adt-read-lists-from-filesDave Smith2013-02-261-7/+17
|\
| * Support reading mustache 'lists' from filesAndrew Thompson2013-01-301-7/+17
* | Implement 'rebar help CMD1 CMD2' and extend common 'rebar help' msgTuncer Ayaz2012-12-311-0/+24
|/
* Do not use application:set_envTuncer Ayaz2012-07-231-31/+32
* Do not use rebar_config:set_global in rebar_templaterTuncer Ayaz2012-07-131-38/+34
* Do not use process dict in rebar_templaterTuncer Ayaz2012-07-131-59/+61
* Use lists:foreach because result is ignoredTuncer Ayaz2012-06-301-10/+11
* Decrease indentation in list-templates printoutTuncer Ayaz2012-06-301-1/+1
* Fix crash introduced in 4414f65 via pull/245Tuncer Ayaz2012-06-301-2/+2
* rebar_templater: fix commentTuncer Ayaz2012-06-301-1/+1
* 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