a CLI tool to help me decide what I should cook from my recipe book
To use this tool, you need a cookbook.json file containing your recipes. Start by copying the example:
cp data/cookbook.example.json data/cookbook.jsonThen edit data/cookbook.json with your own recipes. Each recipe should include a name, effort level (easy/medium/involved), cuisine type, taste preference (savoury/sweet), protein options, season availability (all-year/summer/winter), whether it's batch-friendly, and a list of ingredients. You can use the example file as a reference for the required structure.