aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: cb8c713279f80b7dd2c8001da52d235dd4c5f753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# recipes
Recipes for Ferdi.

Copyright on these recipes is on their original creators.

## Adding your own recipes
After creating your own recipe using [Franz's guide](https://github.com/meetfranz/plugins/blob/master/docs/integration.md) you can add them to this repository.

1. Copy your recipe files into `scripts/recipe_src`
2. Open a terminal at `scripts/`
3. Run `yarn install` to install all dependencies
4. Run `yarn package` to package your new recipe
5. Create a PR to <https://github.com/getferdi/recipes> with your new changes