gplay

Google Play APK Uploader

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Passing
Downloads 0
Last Indexed 2026-07-22 05:28

Installation

nimble install gplay
choosenim install gplay
git clone https://github.com/yglukhov/gplay

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
gplay - - - - - - -

Source

Repository https://github.com/yglukhov/gplay
Homepage https://github.com/yglukhov/gplay
Registry Source nimble_official

README

gplay Build Status

Google Play APK Uploader, written in Nim

Usage

Install:

nimble install gplay

Uploading:

gplay upload --email=<GPLAY_EMAIL> --key=<PATH_TO_GPLAY_PRIVATE_KEY> <APP_ID> <TRACK_NAME> <PATH_TO_APK>

Example:

gplay upload --email=my-buildmachine@api-1234567-1234567.iam.gserviceaccount.com --key=path/to/private.key com.cmycompany.myapp alpha path/to/myapp.apk