A command-line tool for managing recipes and making shopping lists.


Install
pip install yes-chef==0.9.6

Documentation

yes-chef

A command-line tool for managing recipes and making shopping lists.

Installation

Clone this repository, set up a venv, and run

./install.sh

You may need to give the file run permissions with

chmod +x install.sh

Usage

Initialise a new recipe library in the current folder:

chef init .

Create a new plan (collection of recipes to turn into a shopping list):

chef new plan 

Add a recipe to the plan:

chef plan <search term> 

View the currently planned recipes:

chef view plan 

View the shopping list for the planned recipes:

chef view list