UseCase v0.1.7 mix use_case.gen.interactor

Generates a interactor and its tests.

  mix use_case.gen.interactor DoSomething.Cool

or

  mix use_case.gen.interactor DoSomething.Cool --context MyBoundedContext

The first argument is the interactor name. We can set the --context flag to create an interactor in a context folder and namespace

Link to this section Summary

Link to this section Functions

Link to this function

run(io_puts \\ true, args_and_options)