mix Command Examples

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more. More information: https://hexdocs.pm/mix.

mix run {{my_script.exs}}

mix new {{project_name}}

mix compile

mix test

mix help