1.2.1 • Published 4 months ago

parse-ipa v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

parse-ipa

A library to parse IPA files locally, or remotely. Used by IPA Installer.

Installation

% bun add parse-ipa

Usage

import { parse_ipa } from "parse-ipa";

let ipa = await parse_ipa(
  "https://github.com/Aidoku/Aidoku/releases/download/v0.6.6/Aidoku.ipa"
);

console.log(ipa.name); // Aidoku
console.log(ipa.version); // 0.6.6
1.2.0

4 months ago

1.2.1

4 months ago

1.1.1

4 months ago

1.1.0

1 year ago

1.0.0

1 year ago