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.getLast updated
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.getLast updated