Files
create-react-app/global-cli/package.json
Christopher Chedeau 2305bf2397 Initial version of the global cli
Test Plan:

```
npm pack
node global-cli/index.js testing --scripts-version /Users/vjeux/random/react-getting-started/create-react-app-scripts-0.0.1.tgz
```

make sure it shows

```
Creating the app testing at /Users/vjeux/random/react-getting-started/testing
```
2016-07-18 15:17:55 -07:00

13 lines
203 B
JSON

{
"name": "create-react-app",
"version": "1.0.0",
"bin": {
"create-react-app": "index.js"
},
"dependencies": {
"chalk": "^1.1.1",
"minimist": "^1.2.0",
"semver": "^5.0.3"
}
}