mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-22 19:39:40 +08:00
react-native-cli initial commit
A cli package that is responsible for: * starting a new react-native project * forwarding all other commands to a cli module in react-native * currently cli.js knows how to start the webserver, in the future it may do things like build the app etc.
This commit is contained in:
9
react-native-cli/package.json
Normal file
9
react-native-cli/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "react-native-cli",
|
||||
"version": "0.0.0",
|
||||
"description": "The ReactNative cli tools",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"react-native": "index.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user