mix fermo.new (fermo_new v0.13.5) View Source

Creates a new Fermo project.

It expects the path of the project as an argument.

mix fermo.new PATH

The application name and module name will be derived from the path.

Examples

mix fermo.new hello_world