commands.sh

mix

all

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.

More info →

Examples (5)

Execute a particular file

mix run my_script.exs

Create a new project

mix new project_name

Compile project

mix compile

Run project tests

Display help

made by @shridhargupta | data from tldr-pages