build-elixir
Runs Elixir targets
AtomBuild 10,377 6 0.7.0 MIT GitHub

Elixir compiler for Atom

Build Status Gitter chat

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.