Skip to content

Instantly share code, notes, and snippets.

@maddo
Created July 8, 2012 20:40
Show Gist options
  • Select an option

  • Save maddo/3072711 to your computer and use it in GitHub Desktop.

Select an option

Save maddo/3072711 to your computer and use it in GitHub Desktop.
recipes:
-
name: Scrambled Eggs
1:
- action: crack
tool: bowl
ingredients:
- ingredient: egg
quantity: 3
unit: whole
2:
- action: mix
tool: whisker
duration: 3
wait for state: mixed
ingredients:
- prevstep: 1
3:
- action: melt
tool: pan
duration: 3
wait for state: melted
ingredients:
- ingredient: butter
quantity: 25
unit: grams
4:
- action: cook
duration: 10
heat: 50
heat unit: degrees
wait for state: desired consistency
ingredients:
- prevstep: 3
###
crack 3 eggs into bowl
Mix ingredients of bowl for 2 minutes
Melt butter in pan
cook (2) in pan for 10 minutes until desired consistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment