0.0.12 • Published 5 years ago

pthrow v0.0.12

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Automated APK distribution

A cli command to build the apk file run in the root of a react-native project.

This can be used to generate and distribute test links in pull request comments, discord, slack, text, wherever

Usage

CI

Ideally there's a script to build, locate and upload the apk

npx apkdist .

Which would do something along the lines of

#!/bin/sh
# Build the apk
cd android && ./gradlew assembleRelease
# Then locate it locally

in the ci for a react native project

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago