Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bareness issues | Fred Hebert | 2015-05-31 | 1 | -1/+1 |
| | | | | | | - Crashes in providers lib when no providers in a namespace are bare - Making sure bareness matches semantics; i.e. a bare provider is visible, a non-bare provider is hidden. | ||||
* | Fixes #306: help text consistency | Fred Hebert | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | Polish rough edges of 'new' provider | Fred Hebert | 2015-03-25 | 1 | -3/+12 |
| | | | | | | | - Allow 'rebar3 help' to work and have it point to 'rebar3 help <template>' - show a 'template not found' message when a template is indeed not found rather than crashing. | ||||
* | update all examples in providers to use rebar3 | Tristan Sloughter | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | First unkeyed var is now 'name', appid -> name | Fred Hebert | 2014-11-11 | 1 | -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 templates | Fred Hebert | 2014-11-11 | 1 | -9/+20 |
| | |||||
* | Redo templates with docs and whatnot | Fred Hebert | 2014-11-10 | 1 | -6/+57 |
| | | | | | This totally breaks compatibility with rebar2, and maybe it shouldn't have. | ||||
* | move back to using format_error/1 | Tristan Sloughter | 2014-11-09 | 1 | -4/+4 |
| | |||||
* | add format_error/2 provider callback to providers | Tristan Sloughter | 2014-10-22 | 1 | -1/+6 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -9/+9 |
| | |||||
* | return error messages from providers | Tristan Sloughter | 2014-09-27 | 1 | -1/+1 |
| | |||||
* | slowly widdling away at dialyzer errors | Tristan Sloughter | 2014-09-20 | 1 | -26/+6 |
| | |||||
* | reworking of help display and parse of commands | Tristan Sloughter | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | allow new project dir for template | Tristan Sloughter | 2014-08-23 | 1 | -1/+5 |
| | |||||
* | add back templating | Tristan Sloughter | 2014-08-23 | 1 | -0/+69 |