Go to file
Joseph Yiasemides 26b669f9ea Introduce the entities that will be collected and sent 2018-05-10 12:32:05 +02:00
.circleci [#2] setting circleci up 2018-05-04 10:24:07 +02:00
config [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
lib/poa_agent Introduce the entities that will be collected and sent 2018-05-10 12:32:05 +02:00
test [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
.gitignore [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
LICENSE Initial commit 2018-04-24 10:13:33 -04:00
README.md [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
mix.exs [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00
mix.lock [#6] adding some documentation in the modules 2018-05-08 12:58:27 -06:00

README.md

POAAgent

TODO: Add description

Documentation

In order to create the documentation

mix docs

Run

POAAgent is an Elixir application, in order to run it first we need to fetch the dependencies and compile it.

mix deps.get
mix deps.compile
mix compile

Run Tests

In order to run the tests we have to run the command

mix test

POAAgent comes also with a code analysis tool Credo and a types checker tool Dialyxir. In order to run them we have to run

mix credo
mix dialyzer