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/
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 recipie file that you want to run the command for.
- Open Command Palette with
cmd + shift + P
orctrl + 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.
Parses and prints the recipe file
Screen.Recording.2022-07-12.at.2.01.34.PM.mov
Checks for syntax errors in the recipe file
Edits the recipe file for style consistency
Downloads a random image from unsplash.com to match the recipe title
Requires CookCLI to be installed.