A simple package to decode exported recipe files (of type .melarecipe and .melarecipes) from the iOS recipe app Mela.
# npm
npm install mela-decoder
# yarn
yarn add mela-decoder
# pnpm
pnpm install mela-decoderimport Recipes, { Recipe } from "mela-decoder"
let recipes: Recipe[] = await Recipes.readFromFile("./Recipes.melarecipes")
await Recipes.writeToDir("../Desktop", recipes)Published under the MIT License.