Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 390 Bytes

Code to create recipes. Each recipe is defined in a TypeScript class and can be written to both a README markdown file for humans to follow, and a bash script that can be used to automatically create the recipe.

To recreate all recipes:

npm install
npm run build
npm run create

This will overwrite all existing recipes. If you are happy with the changes, git commit them.