mela-decoder
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Mela Decoder

A simple package to decode exported recipe files (of type .melarecipe and .melarecipes) from the iOS recipe app Mela.

Installation

# npm
npm install mela-decoder

# yarn
yarn add mela-decoder

# pnpm
pnpm install mela-decoder

Usage

import Recipes, { Recipe } from "mela-decoder"

let recipes: Recipe[] = await Recipes.readFromFile("./Recipes.melarecipes")
await Recipes.writeToDir("../Desktop", recipes)

License

Published under the MIT License.

/mela-decoder/

    Package Sidebar

    Install

    npm i mela-decoder

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    6.24 kB

    Total Files

    5

    Last publish

    Collaborators

    • roonieone