0.0.5 • Published 4 months ago

@ryunen344/apkstats-js v0.0.5

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

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

  1. Run git clone git@github.com: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

0.0.5

4 months ago

0.0.4

10 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago