apkreader-exec

It takes path of apk as an argument and returns all apk info in json format or string format.

Usage no npm install needed!

<script type="module">
  import apkreaderExec from 'https://cdn.skypack.dev/apkreader-exec';
</script>

README

It takes path of apk as an argument and returns all apk info in json format or string format.

$ npm install -g apkreader-exec

Options:

  • --full, -f: It prints full info of given apk file.
  • --json, -j: It prints in json format.

Usage:

apkreader-exec [PATH_TO_APK][options]

Ex:

$ apkreader-exec path/to/my/app.apk --json --f