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

Functions

Callback implementation for Mix.Task.run/1.

Link to this section Functions

Callback implementation for Mix.Task.run/1.