Skip to content

Latest commit

History

History
13 lines (10 loc) 路 538 Bytes

README.md

File metadata and controls

13 lines (10 loc) 路 538 Bytes

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 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