0.0.7 • Published 7 months ago
@ryunen344/apkstats-js v0.0.7
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-jsUsage
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 git@github.com:RyuNen344/apkstats-js.git - Run
scripts/setup.shto check development tools deps - Use
yarn testto run tests - Make you changes
Changelog
See the GitHub release history