Skip to content

AtomBuild/atom-build-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.