This is currently very experimental but I will expand it over time.
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.
Recipes:
Can make: ["avocado-toast", "egg/white", "lean-bread", "simple-curry", "egg/yolk", "egg-burrito"]
Missing: {"mayo": ["egg/yolk"], "fried-rice": ["onion/green"]}