CookCLI Scripts README
January 2, 2026 ยท View on GitHub
CookCLI commands built into VSCode to make it easier to work with Cooklang recipe files.
To learn more about Cooklang or CookCLI: https://cooklang.org/
Features
Commands can be found in the command palette and under the tile of cookcli: and will be run against the recipe file that you currently have open.
- Open up the recipe file that you want to run the command for.
- Open Command Palette with
cmd + shift + Porctrl + shift + P - Search for
cookcli:to see all the commands available. - Select a command. A terminal window will open up where you can see the results of the command.
Read Recipe
Parses and prints the recipe file
https://user-images.githubusercontent.com/3478163/178563110-6413481f-0ca3-4be1-b154-929617d345ab.mov
Validate Recipe
Checks for syntax errors in the recipe file
Prettify Recipe
Edits the recipe file for style consistency
Get Image for Recipe
Downloads a random image from unsplash.com to match the recipe title
Requirements
Requires CookCLI to be installed.