Current section
Files
Jump to
Current section
Files
src/reup.app.src
{application, reup, [
{description, "dev watcher that auto compiles and reloads modules"},
{vsn, "0.1.0"},
{modules, []},
{registered, [reup_sup]},
{applications, [
kernel,
stdlib
]},
{mod, {reup_app, []}},
{env, []},
{contributors, ["Richard Jones <rj@metabrew.com>"]},
{licenses, ["Apache"]},
{links, [{"github.com/RJ/erlang-reup", "https://github.com/RJ/erlang-reup"}]}
]}.