summaryrefslogtreecommitdiff
path: root/priv/templates/plugin_README.md.dtl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-04-28 19:50:55 -0500
committerTristan Sloughter <t@crashfast.com>2015-04-29 09:27:55 -0500
commit2e5496f5f5f3c39bd1e23b4601d1e89d4d2c9767 (patch)
treea3bf4fb7fbd37291161ee62bfd2b78171f75fdef /priv/templates/plugin_README.md.dtl
parent212b23b889c0189d3f609d5a16781f6acbadf824 (diff)
remove use of erlydtl in rebar
Diffstat (limited to 'priv/templates/plugin_README.md.dtl')
-rw-r--r--priv/templates/plugin_README.md.dtl26
1 files changed, 0 insertions, 26 deletions
diff --git a/priv/templates/plugin_README.md.dtl b/priv/templates/plugin_README.md.dtl
deleted file mode 100644
index 7f9ba84..0000000
--- a/priv/templates/plugin_README.md.dtl
+++ /dev/null
@@ -1,26 +0,0 @@
-{{name}}
-=====
-
-{{desc}}
-
-Build
------
-
- $ rebar3 compile
-
-Use
----
-
-Add the plugin to your rebar config:
-
- {plugins, [
- { {{name}}, ".*", {git, "git@host:user/{{name}}.git", {tag, "0.1.0"}}}
- ]}.
-
-Then just call your plugin directly in an existing application:
-
-
- $ rebar3 {{name}}
- ===> Fetching {{name}}
- ===> Compiling {{name}}
- <Plugin Output>