Skip to content

Instantly share code, notes, and snippets.

@pberry
Created May 17, 2011 22:59
Show Gist options
  • Save pberry/977607 to your computer and use it in GitHub Desktop.
Save pberry/977607 to your computer and use it in GitHub Desktop.
Example recipe file for Paprika
name: My Tasty Recipe
servings: 4-6 servings
source: Food Network
source_url: http://www.google.com
prep_time: 10 min
cook_time: 30 min
nutritional_info: 500 calories
difficulty: Easy
rating: 5
notes: |
This is delicious!!!
ingredients: |
1/2 lb meat
1/2 lb vegetables
salt
pepper
2 tbsp olive oil
4 cups flour
directions: |
Mix things together.
Eat.
Tasty.
Yum yum yum.
@MW17588
Copy link

MW17588 commented Oct 21, 2017

I have no idea how I found you, and this... but I have several individual .txt recipe files (as well as one file that contains all of them together) and would like to create a script or scripts that will a) format the .txt files correctly (they were exported from another program so there is erroneous text in them) and b) convert to YAML.

Excuse my ignorance - I'm not a programmer, nor do I know what GITHUB really is, but can you help me know how one goes about finding someone to do this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment