Registry of Starter's built-in steps.
Steps are discovered by module naming convention:
:addsteps live underMix.Tasks.Starter.Add.*:removesteps live underMix.Tasks.Starter.Remove.*:gensteps live underMix.Tasks.Starter.Gen.*
A step's short name is the underscored form of its last module segment,
so Mix.Tasks.Starter.Add.Oban resolves from {:add, :oban}.
Summary
Functions
The step kinds Starter knows about.
Returns all step modules of the given kind.
Returns the short name of a step module (e.g. "oban").
Returns the short names of all steps of the given kind.
Resolves a short name to a step module.
Functions
The step kinds Starter knows about.
Returns all step modules of the given kind.
Returns the short name of a step module (e.g. "oban").
Returns the short names of all steps of the given kind.
Resolves a short name to a step module.
Matching is forgiving about case, underscores, and dashes, so :daisy_ui,
"daisyui", and "daisy-ui" all resolve to the same step.