File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,12 @@ Options:
48
48
-m, --packageManager <command> Use specified npm client when installing dependencies
49
49
-r, --registry <url> Use specified npm registry when installing dependencies (only for npm)
50
50
-g, --git [message|false] Force / skip git initialization, optionally specify initial commit message
51
+ -n, --no-git Skip git initialization
51
52
-f, --force Overwrite target directory if it exists
52
53
-c, --clone Use git clone when fetching remote preset
53
- -x, --proxy Use specified proxy when creating project
54
- -h, --help output usage information
54
+ -x, --proxy Use specified proxy when creating project
55
+ -b, --bare Scaffold project without beginner instructions
56
+ -h, --help Output usage information
55
57
```
56
58
57
59
## Using the GUI
You can’t perform that action at this time.
0 commit comments