mix rephi.new (Rephi v0.0.2)

View Source

Creates a new Rephi application.

It expects the path of the project as an argument.

mix rephi.new PATH [--module MODULE] [--app APP]

A project at the given PATH will be created. The application name and module name will be retrieved from the path, unless --module or --app is given.

Options

Examples

mix rephi.new hello_world

Is equivalent to:

mix rephi.new hello_world --module HelloWorld