diff options
Diffstat (limited to 'priv/templates/plugin_README.md.dtl')
-rw-r--r-- | priv/templates/plugin_README.md.dtl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/priv/templates/plugin_README.md.dtl b/priv/templates/plugin_README.md.dtl index c784324..8c91947 100644 --- a/priv/templates/plugin_README.md.dtl +++ b/priv/templates/plugin_README.md.dtl @@ -1,4 +1,4 @@ -{{appid}} +{{name}} ===== {{desc}} @@ -14,14 +14,14 @@ Use Add the plugin to your rebar config: {plugins, [ - { {{appid}}, ".*", {git, "git@host:user/{{appid}}.git", {tag, "0.1.0"}}} + { {{name}}, ".*", {git, "git@host:user/{{name}}.git", {tag, "0.1.0"}}} ]}. Then just call your plugin directly in an existing application: - $ rebar3 {{appid}} - ===> Fetching {{appid}} + $ rebar3 {{name}} + ===> Fetching {{name}} Cloning into '.tmp_dir539136867963'... - ===> Compiling {{appid}} + ===> Compiling {{name}} <Plugin Output> |