react-native/private-cli/src
Spencer Elliott c1faabcdf6 Replace applescript with https://github.com/sindresorhus/opn
Summary: This allows opening the Chrome debugger on OS X, Linux, and Windows, and succeeds the previous PR which used [browser-launcher2](https://github.com/benderjs/browser-launcher2) and included a `--dangerouslyDisableChromeDebuggerWebSecurity` option: https://github.com/facebook/react-native/pull/2406

[opn](https://github.com/sindresorhus/opn) is cross-platform and much simpler than browser-launcher2 (since we don't have to manage the opened Chrome instance; the OS will just use the default instance).
Closes https://github.com/facebook/react-native/pull/3394

Reviewed By: mkonicek

Differential Revision: D2550996

Pulled By: frantic

fb-gh-sync-id: fa4cbe55542562f30f77e0a6ab4bc53980ee13aa
2015-10-23 11:32:35 -07:00
..
bundle Create script to generate NSURL builders for RN Routes 2015-10-20 13:49:31 -07:00
dependencies Add `--verbose` flag to react native packager cli 2015-10-20 11:52:25 -07:00
generate Move android generator to private-cli 2015-10-16 03:40:48 -07:00
library [react-native-cli] Move `new-library` command to `private-cli` 2015-10-16 11:20:29 -04:00
runAndroid Explanatory message when starting packager on Windows or unknown platform 2015-10-22 07:10:27 -07:00
server Replace applescript with https://github.com/sindresorhus/opn 2015-10-23 11:32:35 -07:00
upgrade add upgrade cli command 2015-10-23 03:37:28 -07:00
util Fix `android` command 2015-10-23 09:53:24 -07:00
cli.js add upgrade cli command 2015-10-23 03:37:28 -07:00