Skip to content

Commit 79d383f

Browse files
committed
Update create.md
1 parent 550f5a5 commit 79d383f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/man_pages/project/creation/create.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Creates a new project for native development with NativeScript.
1414
* `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty.
1515
* `--appid` - Sets the application identifier for your project.
1616
* `--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 npm package which you want to use to create your project. If `--copy-from` and `--template` are not set, the NativeScript CLI creates the project from the default JavaScript hello-world template.<% if(isHtml) { %> If one or more application assets are missing from the `App_Resources` directory in the package, the CLI adds them using the assets available in the default hello-world template.<% } %>
17+
* `--template` - Specifies a valid na in the default hello-world template.<% } %>
1818

1919
### Attributes
2020
* `<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.
2121
For projects that target iOS, you can use uppercase or lowercase letters, numbers, and hyphens.<% } %>
2222
* `<App ID>` is the application identifier for your project. It must be a domain name in reverse and must meet the requirements of all platforms that you want to target. If not specified, the application identifier is set to `org.nativescript.<App name>` <% if(isConsole) { %>For more information about the `<App ID>` requirements, run `$ tns help create`<% } %><% if(isHtml) { %>For projects that target Android, you can use uppercase or lowercase letters, numbers, and underscores in the strings of the reversed domain name, separated by a dot. Strings must be separated by a dot and must start with a letter. For example: `com.nativescript.My_Andro1d_App`
2323
For projects that target iOS, you can use uppercase or lowercase letters, numbers, and hyphens in the strings of the reversed domain name. Strings must be separated by a dot. For example: `com.nativescript.My-i0s-App`.
24-
* `<Template>` is a valid npm package which you want to use as template for your app. You can specify the package by name in the npm registry or by local path or GitHub URL to a directory or .tar.gz containing a package.json file. The contents of the package are be copied in the `app` directory of your project.<% } %>
24+
* `<Template>` is a valid npm package which you want to use as template for your app. You can specify the package by name in the npm registry or by local path or GitHub URL to a directory or .tar.gz containing a package.json file. The contents of the package will be copied to the `app` directory of your project.<% } %>
2525

2626
<% if(isHtml) { %>
2727
### Related Commands

0 commit comments

Comments
 (0)