mix new <path>

Creates a new Elixir project at the given path

Arguments

NameDescription
path

Options

NameDescription
-h, --helpOutput usage information
--app <app>Name the OTP application for the project
--modules <module>Name the modules in the generated code skeleton
--supGenerate an OTP application skeleton including a supervision tree. Normally an app is generated without a supervisor and without the app callback
--umbrellaGenerate an umbrella project