0.1.0 • Published 7 years ago

react-native-remote v0.1.0

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
7 years ago

react-native-remote

Compile and run react-native code on a remote machine.

Tested on Node 8.x.x

SCREENSHOT HERE

Installation

react-native-remote can be installed via npm or yarn.

npm i -g react-native-remote

yarn global add react-native-remote

Usage

  Usage: index <option>


  Options:

    -V, --version   output the version number
    start [port]    Start a remote server others can connect to
    connect <host>  Connect to a remote server
    run-ios         Build and run for iOS on the remote server
    run-android     Build and run for Android on the remote server
    -h, --help      output usage information