Linux
Command
Library
Basics
Tips
Commands
mix
mix
TLDR
Execute a particular file
$ mix run [my_script.exs]
Create a new project
$ mix new [project_name]
Compile project
$ mix compile
Run project tests
$ mix test
Display help
$ mix help
COLLAPSE ALL
Copied to clipboard