You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/man_pages/project/creation/create.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Creates a new project for native development with NativeScript.
14
14
*`--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty.
15
15
*`--appid` - Sets the application identifier for your project.
16
16
*`--copy-from` - Specifies a directory which contains an existing NativeScript project. If `--copy-from` and `--template` are not set, the NativeScript CLI creates the project from the default JavaScript hello-world template.
17
-
*`--template` - Specifies a valid na in the default hello-world template.<% } %>
17
+
*`--template` - Specifies a valid na in the default hello-world template.
18
18
19
19
### Attributes
20
20
*`<App Name>` is the name of project. The specified name must meet the requirements of all platforms that you want to target. <% if(isConsole) { %>For more information about the `<App Name>` requirements, run `$ tns help create`<% } %><% if(isHtml) { %>For projects that target Android, you can use uppercase or lowercase letters, numbers, and underscores. The name must start with a letter.
0 commit comments