0.0.7 • Published 11 months ago

@ryunen344/apkstats-js v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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.7

11 months ago

0.0.6

11 months ago

0.0.5

2 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago