We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4adf931 commit c5a4901Copy full SHA for c5a4901
docs/guide/creating-a-project.md
@@ -53,9 +53,11 @@ Options:
53
-g, --git [message|false] Force / skip git initialization, optionally specify initial commit message
54
-n, --no-git Skip git initialization
55
-f, --force Overwrite target directory if it exists
56
+ --merge Merge target directory if it exists
57
-c, --clone Use git clone when fetching remote preset
58
-x, --proxy Use specified proxy when creating project
59
-b, --bare Scaffold project without beginner instructions
60
+ --skipGetStarted Skip displaying "Get started" instructions
61
-h, --help Output usage information
62
```
63
0 commit comments