A command line interface for finding recipes. Named in honor of Thomas Keller, chef extraordinaire.
- Ruby
- Bundler
git clone git@github.com:thomcorley/keller.gitcd keller- Install dependencies:
bundle install - Add the following to your .zshrc or .bashrc profile:
export PATH=$PATH:/<PATH>/<TO>/keller/bin
- Typing
kellershould display a random recipe in the terminal.
NB: The command should work from any directory, but you must be on the same Ruby version you used to run bundle install. Navigate back to the keller directory and run ruby -v to find out which version you need.