Uses the atom-build package to build Elixir in the Atom
editor.
This package requires atom-build to be installed.
This packages provides the following targets:
Elixir: mix compile
Elixir: mix compile --warnings-as-errors
Elixir: mix test
Elixir: mix clean
Elixir: mix dialyzer
In order to use Elixir: mix dialyzer
successfully, you will need dialyxir installed, your mix.exs configured to use it.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.