Go to file
Felipe Ripoll abaa798839 [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
config [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
lib [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
test [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
.gitignore Initial commit 2018-04-24 10:13:33 -04:00
LICENSE Initial commit 2018-04-24 10:13:33 -04:00
README.md [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
mix.exs [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00
mix.lock [#1] Setting up the project with Credo and Dialyzer 2018-05-04 09:34:01 +02:00

README.md

POAAgent

TODO: Add description

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