Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch default license to Apache 2.0 | Fred Hebert | 2017-05-19 | 3 | -31/+193 |
| | |||||
* | Match template license app to default license | Fred Hebert | 2017-05-14 | 2 | -2/+2 |
| | | | | | | | | The default license created with rebar3 templates is a BSD 3 clause license. However the .app.src file generated do not include the license there. This adds the license type, fixing #1447. | ||||
* | Add rebar3.crashdump to gitignore template | Artem Teslenko | 2016-12-10 | 1 | -0/+1 |
| | |||||
* | Ignore IntelliJ IDEA files | Evgeny M | 2016-08-09 | 1 | -0/+1 |
| | | | This family of IDE with Erlang plugin is already quite popular. | ||||
* | Fix invalid template value | Fred Hebert | 2016-06-26 | 1 | -1/+1 |
| | | | | Used a nonexisting option instead of a correct one | ||||
* | Cosmetic change: remove last comma-first style | Leo Liu | 2016-03-21 | 1 | -2/+1 |
| | |||||
* | Remove triple brackets in bbmustache templates | Fred Hebert | 2016-01-11 | 3 | -3/+3 |
| | | | | | | Issues formerly were avoided by quoting atoms. Unquoting them created unbalanced tags (`{{{name}}`) which were mistakes. This patch inserts spaces to unconfused bbmustache. | ||||
* | Unquote templates, add a warning instead. | Fred Hebert | 2016-01-10 | 12 | -23/+19 |
| | |||||
* | contributors -> maintaiers in template app data | Fred Hebert | 2016-01-05 | 2 | -2/+2 |
| | | | | | hex.pm is now using maintainers instead of contributors in metadata. Templates should be updated to reflect it. | ||||
* | make short name the default in vmargs | Tristan Sloughter | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | fix plugin provider source name | Tristan Sloughter | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #573 from tsloughter/plugins_tpl | Fred Hebert | 2015-07-01 | 3 | -28/+36 |
|\ | | | | | update plugin template to separate plugin init and providers | ||||
| * | update plugin template to separate plugin init and providers | Tristan Sloughter | 2015-07-01 | 3 | -28/+36 |
| | | |||||
* | | add hex attributes to .app.src templates | Tristan Sloughter | 2015-07-01 | 2 | -2/+10 |
|/ | |||||
* | Ignore the build directory | omarkj | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | Merge pull request #429 from omarkj/omarkj-quote-atoms | Tristan Sloughter | 2015-05-14 | 9 | -13/+13 |
|\ | | | | | Quote atoms to allow names to have dashes. | ||||
| * | Quote atoms to allow names to have dashes. | omarkj | 2015-05-13 | 9 | -13/+13 |
| | | |||||
* | | Make standalone vs complete project template clear | Fred Hebert | 2015-05-12 | 5 | -5/+5 |
|/ | | | | | Some templates like OTP apps are usable within releases, so the text does remain a bit vague, but hopefully less than before. | ||||
* | Fix comma style in app.src templates | Sergey Abramyan | 2015-05-11 | 2 | -17/+19 |
| | |||||
* | add escriptize project template | Tristan Sloughter | 2015-05-09 | 4 | -0/+55 |
| | |||||
* | remove use of erlydtl in rebar | Tristan Sloughter | 2015-04-29 | 20 | -29/+29 |
| | |||||
* | Fixes #306: help text consistency | Fred Hebert | 2015-04-02 | 1 | -7/+7 |
| | |||||
* | makefile tabs replace spaces and force clean | Tristan Sloughter | 2015-03-05 | 1 | -17/+17 |
| | |||||
* | makefile template fix | Tristan Sloughter | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | cmake template | Tristan Sloughter | 2015-02-21 | 2 | -0/+76 |
| | |||||
* | fix defaults for relx template | Tristan Sloughter | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | fix relx included rebar config typo | Tristan Sloughter | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | remove relx.config from release template | Tristan Sloughter | 2014-12-06 | 1 | -1/+0 |
| | |||||
* | move relx config into rebar config and add prod profile | Tristan Sloughter | 2014-11-30 | 3 | -13/+21 |
| | |||||
* | remove include of rebar header from plugin template | Tristan Sloughter | 2014-11-24 | 1 | -3/+1 |
| | |||||
* | add .rebar3 to gitignore | Tristan Sloughter | 2014-11-23 | 1 | -0/+1 |
| | |||||
* | update provider template for changes to format_error/1 | Tristan Sloughter | 2014-11-23 | 1 | -8/+8 |
| | |||||
* | fix plugin module template, add merl to escript, upgrade erlydtl | Tristan Sloughter | 2014-11-23 | 1 | -2/+1 |
| | |||||
* | Minor template fixes | Fred Hebert | 2014-11-14 | 1 | -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 directory | Fred Hebert | 2014-11-14 | 4 | -28/+28 |
| | |||||
* | The .tmp0319203 output is gone | Fred Hebert | 2014-11-12 | 1 | -1/+0 |
| | |||||
* | Update plugin templates and doc to use template | Fred Hebert | 2014-11-11 | 1 | -3/+3 |
| | |||||
* | First unkeyed var is now 'name', appid -> name | Fred Hebert | 2014-11-11 | 15 | -35/+35 |
| | | | | | | | 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 whatnot | Fred Hebert | 2014-11-10 | 15 | -62/+98 |
| | | | | | This totally breaks compatibility with rebar2, and maybe it shouldn't have. | ||||
* | fix readme template to use rebar3 command | Tristan Sloughter | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | add modules element to .app file templates | Tristan Sloughter | 2014-11-03 | 2 | -0/+2 |
| | |||||
* | preliminary _checkouts/ support | Tristan Sloughter | 2014-10-13 | 1 | -1/+0 |
| | |||||
* | add otp_app template | Tristan Sloughter | 2014-10-03 | 1 | -0/+7 |
| | |||||
* | move providers to separate app | Tristan Sloughter | 2014-10-03 | 1 | -0/+0 |
| | |||||
* | move deps and plugins to _ prefixed | Tristan Sloughter | 2014-09-20 | 1 | -0/+1 |
| | |||||
* | install plugins to plugins/ | Tristan Sloughter | 2014-09-20 | 1 | -8/+8 |
| | |||||
* | add plugin template | Tristan Sloughter | 2014-09-20 | 3 | -0/+50 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 13 | -0/+0 |
| | |||||
* | fix lib to not start mod | Tristan Sloughter | 2014-09-16 | 3 | -3/+14 |
| | |||||
* | update release run and variables in templates | Tristan Sloughter | 2014-09-16 | 2 | -0/+2 |
| |