Packages

A plugin to send commands to a running rebar3 shell

Current section

Files

Jump to
rebar3_shellrpc src rebar3_shellrpc.app.src
Raw

src/rebar3_shellrpc.app.src

{application, rebar3_shellrpc,
[{description, "A plugin to send commands to a running rebar3 shell"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Fred Hebert"]},
{licenses, ["BSD"]},
{links, [{"Github", "https://github.com/ferd/rebar3_shellrpc"}]}
]}.