Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Nov 12, 2015
1 parent 1f4f6fc commit 64fd8d2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Pasta please!

This command line utility will give you a random pasta recipe.

## Installation

```
npm install -g pasta-please
```

## Usage

```bash
pasta-please # Returns a pasta recipe
--meat # Returns a meat recipe
--veggie # Returns a veggie recipe
```

## Contributing

Add recipes to the `recipes/` folder, in either the `meat` or the `veggie` directory.
8 changes: 8 additions & 0 deletions recipes/meat/spaghetti-lemon-chicken.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Spaghetti Lemon Chicken
Author: Kate Hudson <@k88hudson>

## Ingredients

Expand All @@ -8,3 +9,10 @@
- Salt
- Pepper
- Capers

## Method

1. Combine all ingredients except spaghetti in a pan
2. Boil water
3. Add spaghetti
4. Yum!
11 changes: 9 additions & 2 deletions recipes/veggie/spaghetti-marinara.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Spaghetti Marinara
Author: Kate Hudson <@k88hudson>

## Ingredients

- Spaghetti
- Tomatoes
- Wine
- Tomato sauce

# Method

1. Head up tomato sauce
2. Boil water
3. Add spaghetti
4. Yum!

0 comments on commit 64fd8d2

Please sign in to comment.