diff options
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}} |