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
yarn add @ryunen344/apkstats-js
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();
- Run
git clone git@github.com:RyuNen344/apkstats-js.git
- Run
scripts/setup.sh
to check development tools deps - Use
yarn test
to run tests - Make you changes
See the GitHub release history