From 1756471943615b19cd0530ad321e21894575f57e Mon Sep 17 00:00:00 2001 From: David Bernegger Date: Fri, 3 Aug 2018 23:31:14 +0200 Subject: [PATCH] Update creating-a-project.md --- docs/guide/creating-a-project.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/creating-a-project.md b/docs/guide/creating-a-project.md index b8767a82da..caf528989b 100644 --- a/docs/guide/creating-a-project.md +++ b/docs/guide/creating-a-project.md @@ -48,10 +48,12 @@ Options: -m, --packageManager Use specified npm client when installing dependencies -r, --registry Use specified npm registry when installing dependencies (only for npm) -g, --git [message|false] Force / skip git initialization, optionally specify initial commit message + -n, --no-git Skip git initialization -f, --force Overwrite target directory if it exists -c, --clone Use git clone when fetching remote preset - -x, --proxy Use specified proxy when creating project - -h, --help output usage information + -x, --proxy Use specified proxy when creating project + -b, --bare Scaffold project without beginner instructions + -h, --help Output usage information ``` ## Using the GUI