Seed Command
February 25, 2026 ยท View on GitHub
Initialize a directory with example Cooklang recipes.
Usage
cook seed [OPTIONS] [DIR]
Arguments
| Argument | Description |
|---|---|
[DIR] | Directory to create example recipes in (default: current directory). Created if it doesn't exist. |
Examples
# Add examples to current directory
cook seed
# Create examples in a specific directory
cook seed ~/my-recipes
Notes
- Creates example recipes demonstrating Cooklang features (ingredients, cookware, timers, metadata, recipe references)
- Includes folder structure and an
aisle.confconfiguration file