summaryrefslogtreecommitdiff
path: root/priv/templates/plugin_README.md
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/plugin_README.md')
-rw-r--r--priv/templates/plugin_README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/priv/templates/plugin_README.md b/priv/templates/plugin_README.md
index 7f9ba84..1176d95 100644
--- a/priv/templates/plugin_README.md
+++ b/priv/templates/plugin_README.md
@@ -1,7 +1,8 @@
-{{name}}
+{{=@@ @@=}}
+@@name@@
=====
-{{desc}}
+@@desc@@
Build
-----
@@ -14,13 +15,13 @@ Use
Add the plugin to your rebar config:
{plugins, [
- { {{name}}, ".*", {git, "git@host:user/{{name}}.git", {tag, "0.1.0"}}}
+ {@@name@@, {git, "https://host/user/@@name@@.git", {tag, "0.1.0"}}}
]}.
Then just call your plugin directly in an existing application:
- $ rebar3 {{name}}
- ===> Fetching {{name}}
- ===> Compiling {{name}}
+ $ rebar3 @@name@@
+ ===> Fetching @@name@@
+ ===> Compiling @@name@@
<Plugin Output>