Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 826 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 826 Bytes

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.