Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.
mix run {{my_script.exs}}
mix new {{project_name}}
mix compile
mix test
mix help