recipe list
List available recipes.
Lists every recipe the CLI knows how to run, with a one-line description and example.
Synopsis
Section titled “Synopsis”swiftspawn recipe listDescription
Section titled “Description”Recipes are multi-step generators that compose existing generate commands. Today there’s one recipe (crud); more may follow.
Examples
Section titled “Examples”$ swiftspawn recipe listAvailable recipes:
crud <Resource> Scaffold a full CRUD pattern (model + 5-method service + 3 screens) Usage: swiftspawn recipe crud Movie --from sample.json --with-tests