Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

native-run

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-run

A CLI for running apps on iOS/Android devices and simulators/emulators

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
294K
increased by5.77%
Maintainers
1
Weekly downloads
 
Created

What is native-run?

The native-run npm package is a utility for running native binaries on connected devices and emulators. It is commonly used in the context of mobile development, particularly for running and debugging applications on iOS and Android devices.

What are native-run's main functionalities?

Run Android App

This feature allows you to run an Android application on a connected device or emulator. You need to specify the path to the APK file of the application you want to run.

native-run android --app path/to/your/app.apk

Run iOS App

This feature allows you to run an iOS application on a connected device or simulator. You need to specify the path to the .app file of the application you want to run.

native-run ios --app path/to/your/app.app

List Connected Devices

This feature lists all the connected Android devices and emulators. It helps you identify the devices available for running your application.

native-run android --list

List iOS Simulators

This feature lists all the available iOS simulators. It helps you identify the simulators available for running your application.

native-run ios --list

Other packages similar to native-run

Keywords

FAQs

Package last updated on 08 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc