Starter.Runner (starter v0.1.0)

Copy Markdown View Source

Expands and runs a workflow's steps against an igniter.

You rarely call this directly — use Starter.Workflow wires it up for you.

Summary

Functions

Runs every step of workflow in order, skipping optional steps whose flag is absent from opts.

Functions

run(igniter, workflow, opts \\ [])

@spec run(Igniter.t(), module(), keyword()) :: Igniter.t()

Runs every step of workflow in order, skipping optional steps whose flag is absent from opts.

Warns when the target app's Phoenix requirement is older than the supported series (1.8).