macpie / rebar_edown_plugin

A rebar3 plugin for edown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rebar_edown_plugin

Hex

A rebar3 plugin for edown.

Build

$ rebar3 compile

Use

Add the plugin to your rebar.config:

{plugins, [rebar_edown_plugin]}.

Or using other version directly from github:

{plugins, [
  {rebar_edown_plugin,
   {git, "git://github.com/altenwald/rebar_edown_plugin.git", {tag, "0.5.0"}}}
]}.

Then run the plugin:

$ rebar3 edown
===> Fetching rebar_edown_plugin
===> Compiling rebar_edown_plugin
Running edown for myapp

About

A rebar3 plugin for edown.

License:Other


Languages

Language:Erlang 100.0%