# 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 with your new changes