Mix

Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

Create A New Project

mix new <PROJECT_PATH>

Get the Dependencies

mix deps.get

Last updated