Skip to content

Type Safe apkanalyzer wrapper for Android Projects

License

Notifications You must be signed in to change notification settings

RyuNen344/apkstats-js

Repository files navigation

apkstats-js

🚧 This Tool Is In Development 🚧

This is a wrapper library of apkanalyzer for Android projects.

This library allows you to type safe cli operations, and use it in danger or any other automation scripts.

Inspired by jmatsu/danger-apkstats

Installation

yarn add @ryunen344/apkstats-js

Usage

you can create a instance like below

const apkStatus = apkStatus({
    path: "path/to/file.apk",
});

and call command like below

// this scripts means `apkanalyzer apk summary 'path/to/apk'`
apkStatus.apk.summary();

Development

  1. Run git clone [email protected]:RyuNen344/apkstats-js.git
  2. Run scripts/setup.sh to check development tools deps
  3. Use yarn test to run tests
  4. Make you changes

Changelog

See the GitHub release history

License

MIT