summaryrefslogtreecommitdiff
path: root/priv
Commit message (Collapse)AuthorAgeFilesLines
* Ignore IntelliJ IDEA filesEvgeny M2016-08-091-0/+1
| | | This family of IDE with Erlang plugin is already quite popular.
* Fix invalid template valueFred Hebert2016-06-261-1/+1
| | | | Used a nonexisting option instead of a correct one
* Cosmetic change: remove last comma-first styleLeo Liu2016-03-211-2/+1
|
* Fix quoting problem in zsh completionPaul Oliver2016-03-021-1/+1
|
* Merge pull request #1099 from talentdeficit/ct_includeTristan Sloughter2016-03-013-0/+3
|\ | | | | add support for common tests `include` flag
| * add shell completions for `include` flag for `ct` provideralisdair sullivan2016-03-013-0/+3
| |
* | Add short-options to the eunit provider.Alexander Færøy2016-02-283-9/+9
|/ | | | This patch adds support for short options in the eunit provider.
* bash completion: prevent future mistakes in loptsTuncer Ayaz2016-01-251-12/+24
| | | | | | | To prevent future mistakes like the broken string introduced in cf66dfd6ba, put opening and closing " on separate lines in each multi-line lopts string. This also allows for cleaner (smaller) diffs when removing/adding a flag.
* bash completion: fix error introduced in cf66dfd6Tuncer Ayaz2016-01-251-2/+2
| | | | | | cf66dfd6ba introduced a syntax error in the modified lopts string. Without the fix, you'll provoke a shell error when trying to complete `rebar3 ct --<something>`.
* Remove triple brackets in bbmustache templatesFred Hebert2016-01-113-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 Hebert2016-01-1012-23/+19
|
* contributors -> maintaiers in template app dataFred Hebert2016-01-052-2/+2
| | | | | hex.pm is now using maintainers instead of contributors in metadata. Templates should be updated to reflect it.
* adjust shell completions to match available command line optionsalisdair sullivan2015-11-013-31/+38
|
* update shell completions for new eunit commandsalisdair sullivan2015-09-293-5/+17
|
* make short name the default in vmargsTristan Sloughter2015-09-271-1/+1
|
* update completions and docs for command unstable install and upgradeTristan Sloughter2015-09-103-15/+29
|
* shell completions for `rebar3 path'alisdair sullivan2015-09-073-0/+35
|
* track parent app of deps and add tree provider to display the relationsTristan Sloughter2015-08-153-1/+18
|
* basic fish completionsJoe DeVivo2015-07-311-0/+161
|
* fix plugin provider source nameTristan Sloughter2015-07-261-1/+1
|
* Merge pull request #573 from tsloughter/plugins_tplFred Hebert2015-07-013-28/+36
|\ | | | | update plugin template to separate plugin init and providers
| * update plugin template to separate plugin init and providersTristan Sloughter2015-07-013-28/+36
| |
* | add hex attributes to .app.src templatesTristan Sloughter2015-07-012-2/+10
|/
* add relup to readme and shell completitionsTristan Sloughter2015-06-262-0/+47
|
* update readme and completions for new commandsTristan Sloughter2015-06-202-1/+10
|
* make deps task listed in help and update zsh/bash completionsTristan Sloughter2015-05-212-1/+12
|
* Ignore the build directoryomarkj2015-05-181-0/+1
|
* Merge pull request #429 from omarkj/omarkj-quote-atomsTristan Sloughter2015-05-149-13/+13
|\ | | | | Quote atoms to allow names to have dashes.
| * Quote atoms to allow names to have dashes.omarkj2015-05-139-13/+13
| |
* | Make standalone vs complete project template clearFred Hebert2015-05-125-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 templatesSergey Abramyan2015-05-112-17/+19
|
* add escriptize project templateTristan Sloughter2015-05-094-0/+55
|
* remove use of erlydtl in rebarTristan Sloughter2015-04-2920-29/+29
|
* Add in shell completion for wtf->report renameFred Hebert2015-04-132-7/+7
|
* update the dir used for upgrade deps to the new path under _buildTristan Sloughter2015-04-031-2/+2
|
* Merge pull request #304 from ingwinlu/fix_shell_completionsFred Hebert2015-04-034-176/+396
|\ | | | | impl shell completion
| * implement zsh completionderwinlu2015-04-032-87/+224
| |
| * implement bash autocompletionderwinlu2015-04-012-89/+172
| |
* | Fixes #306: help text consistencyFred Hebert2015-04-021-7/+7
|/
* makefile tabs replace spaces and force cleanTristan Sloughter2015-03-051-17/+17
|
* makefile template fixTristan Sloughter2015-02-211-1/+1
|
* cmake templateTristan Sloughter2015-02-212-0/+76
|
* fix defaults for relx templateTristan Sloughter2014-12-061-2/+2
|
* fix relx included rebar config typoTristan Sloughter2014-12-061-1/+1
|
* remove relx.config from release templateTristan Sloughter2014-12-061-1/+0
|
* move relx config into rebar config and add prod profileTristan Sloughter2014-11-303-13/+21
|
* remove include of rebar header from plugin templateTristan Sloughter2014-11-241-3/+1
|
* add .rebar3 to gitignoreTristan Sloughter2014-11-231-0/+1
|
* update provider template for changes to format_error/1Tristan Sloughter2014-11-231-8/+8
|
* fix plugin module template, add merl to escript, upgrade erlydtlTristan Sloughter2014-11-231-2/+1
|