Amjad Masad 98097caa6f 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.
2015-03-19 17:48:23 -07:00

10 lines
170 B
JSON

{
"name": "react-native-cli",
"version": "0.0.0",
"description": "The ReactNative cli tools",
"main": "index.js",
"bin": {
"react-native": "index.js"
}
}