Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vacxe/apk-info-extractor
Tiny apk info extractor for command line interface
https://github.com/vacxe/apk-info-extractor
android apk cicd cli info tooling
Last synced: 12 days ago
JSON representation
Tiny apk info extractor for command line interface
- Host: GitHub
- URL: https://github.com/vacxe/apk-info-extractor
- Owner: Vacxe
- Created: 2020-04-30T08:05:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T11:21:32.000Z (over 1 year ago)
- Last Synced: 2024-10-10T17:09:44.062Z (26 days ago)
- Topics: android, apk, cicd, cli, info, tooling
- Language: Kotlin
- Homepage:
- Size: 60.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apk info extractor
CLI tool for extracting info from apk### How to install
#### Brew```
brew tap vacxe/tap
brew install vacxe/tap/apkinfoextractor
```#### Docker
*Image contains JQ*```
docker pull vacxe/apk-info-extractor
```### Usage
```
apkinfoextractor
```Result sample
```
{"package":"your.package.name","versionCode":5,"versionName":"1.0.1"}
```Can be easily combined with JQ library