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 6edbd9c commit 32f5db7Copy full SHA for 32f5db7
README.md
@@ -199,9 +199,10 @@ Project demo
199
200
- `path` can be a relative path or a name. you can use <kbd>Tab</kbd> to auto complete.
201
202
-- If `path` is a git url, the command will use `git clone <url>` to create a new project.
+- If `path` is a relative path, it's based on `new_project_base` (if not empty) or current working directory
203
+
204
+- If `path` is a git url, `ProjectNew` will use `git clone <url>` to create a new project.
205
-- `path` is based on `new_project_base` or current working directory, unless `path` is absolute.
206
207
`new_tasks` defines tasks to create new project.
208
0 commit comments