summaryrefslogtreecommitdiff
path: root/priv/templates/app.template
Commit message (Collapse)AuthorAgeFilesLines
* 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.