Deprecated
#Installation
#Hex and mix
Hex is the package manager for the Erlang ecosystem, you can find it here .
mix is a build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more;
#Install mix
mix
is already shipped with Elixir, so you can start using it as soon as Elixir is installed on your machine.
Last updated 4 years ago
Edit Page