Current section

Files

Jump to
elvis src elvis.app.src
Raw

src/elvis.app.src

{application,elvis,
[{pkg_name,elvis},
{description,"CLI for the Elvis Erlang Style Reviewer"},
{vsn,"5.0.2"},
{applications,[kernel,stdlib,ssl,elvis_core,katana_code,getopt]},
{modules,[elvis]},
{registered,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/inaka/elvis"},
{"Blog",
"https://web.archive.org/web/20180317191435/https://inaka.net/blog/2014/09/05/erlang-standards-and-elvis-rock/"}]},
{build_tools,["rebar3"]}]}.