2015-10-13 10:44:00 -07:00
|
|
|
/**
|
2018-09-11 15:27:47 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2015-10-13 07:50:39 -07:00
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2018-05-11 13:32:37 -07:00
|
|
|
*
|
|
|
|
* @format
|
2015-10-13 07:50:39 -07:00
|
|
|
*/
|
2018-05-11 13:32:37 -07:00
|
|
|
|
2015-10-13 07:50:39 -07:00
|
|
|
'use strict';
|
|
|
|
|
2019-01-21 09:08:36 -08:00
|
|
|
var cli = require('@react-native-community/cli');
|
2018-12-10 19:04:56 -08:00
|
|
|
|
|
|
|
if (require.main === module) {
|
|
|
|
cli.run();
|
|
|
|
}
|
|
|
|
|
|
|
|
module.exports = cli;
|