diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-20 08:20:05 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-20 08:20:05 -0500 |
commit | 989a1bfe8d991846f81331a94eb65ffc10883cf5 (patch) | |
tree | 5769cb49e761a4aad14a7215b5cfcd10f1517371 /priv/templates/plugin_README.md.dtl | |
parent | f4f96a356fcefaa2ad388eb5469c7da901846f21 (diff) |
add plugin template
Diffstat (limited to 'priv/templates/plugin_README.md.dtl')
-rw-r--r-- | priv/templates/plugin_README.md.dtl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/priv/templates/plugin_README.md.dtl b/priv/templates/plugin_README.md.dtl new file mode 100644 index 0000000..19990f5 --- /dev/null +++ b/priv/templates/plugin_README.md.dtl @@ -0,0 +1,14 @@ +{{appid}} +===== + +Rebar3 plugin + +Build +----- + + $ rebar3 compile + +Use +--- + + $ rebar3 {{appid}} |