Skip to content

Commit 8527931

Browse files
Fatme HavaluovaFatme Havaluova
Fatme Havaluova
authored and
Fatme Havaluova
committed
Help for install command
1 parent 4b8342a commit 8527931

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
install
2+
==========
3+
4+
Usage | Synopsis
5+
---|---
6+
General | `$ tns install [<Path To Package.json File>] [--path] [--copy-from]`
7+
8+
Creates and prepares a NativeScript project from the specified package.json file using the default template or from an existing NativeScript project.
9+
10+
### Options
11+
* `--path` - Specifies the directory where you want to create the project, if different from the current directory. The directory must be empty.
12+
* `--copy-from` - Specifies a directory which contains an existing NativeScript project. If not set, the NativeScript CLI creates the project from the default hello-world template.
13+
14+
### Attributes
15+
* `<Path To Package.json File>` is the path to package.json file or directory that contains package.json file. <% if(isConsole) { %>For more information about the `package.json` specification, see https://github.com/NativeScript/nativescript-cli/blob/master/PLUGINS.md#packagejson-specification<% } %>. If the path to package.json file is not specified, NativeScript CLI searches for package.json in current directory.

0 commit comments

Comments
 (0)