Current section
Files
Jump to
Current section
Files
src/observer_cli.app.src
{application,observer_cli,
[{description,"Visualize Erlang Nodes On The Command Line"},
{vsn,"1.5.1"},
{modules,[observer_cli]},
{registered,[]},
{applications,[kernel,stdlib,recon]},
{files,["include","LICENSE*","mix.exs","README.md",
"rebar.config","rebar.lock","src"]},
{build_tools,["mix","rebar3"]},
{env,[{plugins,[]}]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/zhongwencool/observer_cli"}]}]}.