New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

pthrow

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pthrow

Automated install link distribution for react-native projects

latest
npmnpm
Version
0.0.12
Version published
Maintainers
1
Created
Source

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

Keywords

apk

FAQs

Package last updated on 09 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts