Seed

Initialize a directory with example Cooklang recipes.

Usage

cook seed [OPTIONS] [DIR]

Arguments

ArgumentDescription
[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.conf configuration file