This package provides the following services:
Elixir compiler for Atom
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 compileElixir: mix compile --warnings-as-errorsElixir: mix testElixir: mix cleanElixir: mix dialyzer
In order to use Elixir: mix dialyzer successfully, you will need dialyxir installed, your mix.exs configured to use it.