mix
CLI
Elixir is managed through a CLI called mix
. This CLI tool serves not only as a package manager, but also as the main alias to the elixir language executable as well as the build tool.
It’s also used for running tests.
Info about it here: mix.
Last modified: