/cook

A collection of cooking recipes in a format that's friendly for people who code

Primary LanguageRust

Clank | Cook

Netlify Status

Recipe Format

// this file describes how to write a recipe
// max line length 50 characters
!recipe-name

#instruction label
action
  ingredient
action
  intgredient

action

Ingredient =
  amount | unit | food-or-component [modifier]

=============================

Usage

  • Clone the repo
  • Add a recipe with <recipe_name>.txt
  • Any .txt file will be added to the site via the ./build_recipes
  • Create a PR for the new recipe
  • Once it's merged, it will be added to the site.