mix new <path>
Creates a new Elixir project at the given path
Arguments
Name | Description |
---|---|
path |
Options
Name | Description |
---|---|
-h, --help | Output usage information |
--app <app> | Name the OTP application for the project |
--modules <module> | Name the modules in the generated code skeleton |
--sup | Generate an OTP application skeleton including a supervision tree. Normally an app is generated without a supervisor and without the app callback |
--umbrella | Generate an umbrella project |