mix [task]
Build tool for Elixir
Arguments
| Name | Description |
|---|---|
task | Invokes the task (mix run) in a project |
Subcommands
| Name | Description |
|---|---|
new | Creates a new Elixir project at the given path |
run | Starts the current application and runs code |
help | Prints documentation for a given task (Lists all the tasks if no task is specified) |
Options
| Name | Description |
|---|---|
-h, --help | Shows usage information |
-v, --version | Shows versioning information |