summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
Commit message (Expand)AuthorAgeFilesLines
* template_dir option was forgotten in documentation plus recurse in directory ...Sébastien Serre2016-07-231-1/+1
* Unquote templates, add a warning instead.Fred Hebert2016-01-101-0/+25
* Plugin templates enabledFred Hebert2015-12-191-7/+27
* A bad template index does not crash; shows warningFred Hebert2015-12-181-6/+12
* hooks/artifacts are always run/resolved from an app unless at top of umbrellaTristan Sloughter2015-09-061-1/+2
* use bbmustache packageTristan Sloughter2015-06-211-1/+1
* update mustache to v0.3.0 and relx to 2.0.0Tristan Sloughter2015-05-081-1/+1
* use mustache as a depTristan Sloughter2015-05-061-1/+1
* switch mustache imlementation to https://github.com/soranoba/mustacheTristan Sloughter2015-05-051-5/+1
* remove use of erlydtl in rebarTristan Sloughter2015-04-291-57/+24
* 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