mix ca.new.da (scaffold_ca v0.1.1)
Creates a new driven adapter for the clean architecture project mix ca.new.da --type driven_adapter_name
Type param options:
- generic
- secrestsmanager
- asynceventbus
Examples:
$ mix ca.new.da --type driven_adapter_type --name my_adapter
$ mix ca.new.da --type secrestsmanager
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.