Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.04 KB

File metadata and controls

30 lines (24 loc) · 1.04 KB

Module Concept Notes

Layout Definitions

Concept Part definition
Alias Invoke-PsChef,chef,pschef The CLI command.
Scripts Ingredients The raw scripts (e.g., dotnet/aot.ps1).
Groups Pantry Folders inside Ingredients (e.g., Ingredients/dotnet).
Bundles Recipes Instructions combining multiple ingredients.
Templates Mise Mise-en-place. The static boilerplates used by ingredients.
Execution Prep Running a single ingredient (e.g., chef prep dotnet).
Orchestration Cook Running a full recipe (e.g., chef cook Lab).
Sync Stock Pulling ingredients from external repos.
List Menu Showing what is available.

The Syntax Flow

  • Scaffold a specific item: chef prep <Pantry> <Ingredient> -Name "App" (Example: chef prep dotnet aot)
  • Execute a full stack: chef cook <RecipeName> (Example: chef cook StandardLab)
  • Update external sources: chef stock
  • See available tools: chef menu