Skip to content

recipe list

List available recipes.

Lists every recipe the CLI knows how to run, with a one-line description and example.

Terminal window
swiftspawn recipe list

Recipes are multi-step generators that compose existing generate commands. Today there’s one recipe (crud); more may follow.

Terminal window
$ swiftspawn recipe list
Available recipes:
crud <Resource> Scaffold a full CRUD pattern (model + 5-method service + 3 screens)
Usage: swiftspawn recipe crud Movie --from sample.json --with-tests