summaryrefslogtreecommitdiff
path: root/src/rebar_prv_new.erl
Commit message (Collapse)AuthorAgeFilesLines
* First unkeyed var is now 'name', appid -> nameFred Hebert2014-11-111-1/+9
| | | | | | | The first variable can be unkeyed and the provider will sub in the variable name 'name'. Additionally, the built-in templates and documentation have been updated so that 'appid' is now 'name' and the alternative commands are shown.
* Allow to forcibly overwrite files with templatesFred Hebert2014-11-111-9/+20
|
* Redo templates with docs and whatnotFred Hebert2014-11-101-6/+57
| | | | | This totally breaks compatibility with rebar2, and maybe it shouldn't have.
* move back to using format_error/1Tristan Sloughter2014-11-091-4/+4
|
* add format_error/2 provider callback to providersTristan Sloughter2014-10-221-1/+6
|
* move providers to separate appTristan Sloughter2014-10-031-9/+9
|
* return error messages from providersTristan Sloughter2014-09-271-1/+1
|
* slowly widdling away at dialyzer errorsTristan Sloughter2014-09-201-26/+6
|
* reworking of help display and parse of commandsTristan Sloughter2014-09-171-1/+1
|
* allow new project dir for templateTristan Sloughter2014-08-231-1/+5
|
* add back templatingTristan Sloughter2014-08-231-0/+69