Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 577 Bytes

annapurna

This is currently very experimental but I will expand it over time.

cli

Running the application will read recipes and current inventory from the facts directory and print out what can be created, and what ingredients are missing. The file format is subject to immediate change and is not documented, but it is currently simple enough that it can easily be changed.

output

Recipes:
Can make: ["avocado-toast", "egg/white", "lean-bread", "simple-curry", "egg/yolk", "egg-burrito"]
Missing: {"mayo": ["egg/yolk"], "fried-rice": ["onion/green"]}