mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-21 21:31:06 +08:00
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 ```
This commit is contained in:
12
global-cli/package.json
Normal file
12
global-cli/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user