Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illegalprime/recipes
https://github.com/illegalprime/recipes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/illegalprime/recipes
- Owner: illegalprime
- License: unlicense
- Created: 2015-08-14T05:19:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T00:53:14.000Z (about 9 years ago)
- Last Synced: 2023-08-02T12:31:46.521Z (over 1 year ago)
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recipes
## Format of this repo
```
recipes─┬─cheerios─┬─ingredients.md
│ └─steps.md
└─cheesecake─┬─crust─┬─ingredients.md
│ └─steps.md
├─cheese─┬─...
│ └─...
├─toppings─┬─...
│ └─...
├─ingredients.md (generated from subdirs)
└─steps.md
```## Ingredients format
```Markdown
# Ingredients
- ice, 2 cups
- sliced bread, 2 slices
- milk, 5 tablespoons
```