Extract out CLI (#22337)

Summary:
Continuation of https://github.com/facebook/react-native/pull/22174 with an exception that `local-cli` folder is left in React Native repository to keep Facebook internal and React Native calls still working.

Separate strategy should be developed to remove all uses of `local-cli` in favor of dedicated utilities.
Pull Request resolved: https://github.com/facebook/react-native/pull/22337

Reviewed By: TheSavior

Differential Revision: D13172898

Pulled By: cpojer

fbshipit-source-id: 0217867f9944648307475ebe629eb729da7bfaaf
This commit is contained in:
Mike Grabowski
2018-12-02 22:18:42 -08:00
committed by Facebook Github Bot
parent 0ef1bc3925
commit cb6eb03776
5 changed files with 435 additions and 31 deletions

View File

@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow
*/
'use strict';