Created
May 17, 2011 22:59
-
-
Save pberry/977607 to your computer and use it in GitHub Desktop.
Example recipe file for Paprika
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!