diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
commit | 763f33009ddca30e2230bf3dc0e5a010ec455359 (patch) | |
tree | e7cfe25f3745393131bda42692aecea2f81ceb6a /priv/templates/plugin.template | |
parent | da93ec9d0a80ddcea1baf9112851bd991d36f5f5 (diff) | |
parent | 3d810e521c6f21d80cac781a08975869a1cb2e72 (diff) |
Merge pull request #426 from ferd/cleaner-tpl-docs
Make standalone vs complete project template clear
Diffstat (limited to 'priv/templates/plugin.template')
-rw-r--r-- | priv/templates/plugin.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/plugin.template b/priv/templates/plugin.template index 0181bd2..811be0b 100644 --- a/priv/templates/plugin.template +++ b/priv/templates/plugin.template @@ -1,4 +1,4 @@ -{description, "Rebar3 plugin"}. +{description, "Rebar3 plugin project structure"}. {variables, [ {name, "myplugin", "Name of the plugin"}, {desc, "A rebar plugin", "Short description of the plugin's purpose"} |