summaryrefslogtreecommitdiff
path: root/priv/templates/app.template
Commit message (Collapse)AuthorAgeFilesLines
* Make standalone vs complete project template clearFred Hebert2015-05-121-1/+1
| | | | | Some templates like OTP apps are usable within releases, so the text does remain a bit vague, but hopefully less than before.
* remove use of erlydtl in rebarTristan Sloughter2015-04-291-7/+7
|
* Minor template fixesFred Hebert2014-11-141-0/+1
| | | | | | - The OTP app template now adds the supevisor - The default apps_dir value does not contain the trailing '/' that the template index already added.
* Built-in templates create the project directoryFred Hebert2014-11-141-6/+6
|
* First unkeyed var is now 'name', appid -> nameFred Hebert2014-11-111-3/+3
| | | | | | | 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.
* Redo templates with docs and whatnotFred Hebert2014-11-101-0/+11
This totally breaks compatibility with rebar2, and maybe it shouldn't have.