View Source mix igniter.new (igniter_new v0.2.2)

Creates a new project using mix new, and adds igniter to the project.

Options

All options are passed through to mix new, except for:

  • --install - A comma-separated list of dependencies to install using mix igniter.install after creating the project.
  • --example - Request example code to be added to the project when installing packages.
  • --with - The command to use instead of new, i.e phx.new