Fermo.New behaviour (fermo_new v0.16.1) 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
Link to this section Summary
Link to this section Functions
Link to this section Callbacks
Specs
run([String.t()]) :: {:ok}