mix ca.new.model (scaffold_ca v0.1.2)
Creates a new model for the clean architecture project
$ mix ca.new.model [model_name]
Creates a new model with default behaviour name
$ mix ca.new.model [model_name] --behaviour
$ mix ca.new.model [model_name] -b
Creates a new model with behaviour name
$ mix ca.new.model [model name] --behaviour-name [behaviour_name]
$ mix ca.new.model [model name] -n [behaviour_name]
Link to this section Summary
Link to this section Functions
Link to this function
execute(arg1)
Link to this function
run(argv)
Callback implementation for Mix.Task.run/1
.