@ryunen344/apkstats-js
v0.0.5
Published
# :construction: This Tool Is In Development :construction:
Downloads
16
Readme
apkstats-js
:construction: This Tool Is In Development :construction:
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
- Run
git clone [email protected]:RyuNen344/apkstats-js.git
- Run
scripts/setup.sh
to check development tools deps - Use
yarn test
to run tests - Make you changes
Changelog
See the GitHub release history