Skip to content

Commit

Permalink
docs(readme): add more sentences about what native-run is
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Oct 29, 2019
1 parent fea1ae6 commit 6bb6585
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

# native-run

Utility for running native binaries on iOS and Android devices and simulators/emulators.
`native-run` is a cross-platform command-line utility for running native binaries on devices and simulators/emulators. It supports deploying both `.apk` and `.ipa` files to Android and iOS devices.

This tool is used by the Ionic CLI, but it can be used standalone as part of a development or testing pipeline for launching apps. It doesn't matter whether the `.apk` or `.ipa` is created with Cordova or native IDEs, `native-run` will be able to deploy it.

## Install

`native-run` is written entirely in TypeScript/NodeJS and it has no native dependencies. To install, run:

```console
$ npm install -g native-run
```
Expand Down

0 comments on commit 6bb6585

Please sign in to comment.