Mix is a 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