Skip to content

Commit 604189a

Browse files
committed
Merge pull request #716 from jbristowe/bugfix-715
Minor changes to include init command
2 parents e4ef318 + e19b7b8 commit 604189a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ Run `tns help` to view all available commands in the browser. Run `tns help <Com
255255

256256
* `help` opens a new browser window and lists all available commands.
257257
* `create <App Name> [--path <Directory>] [--appid <App ID>] [--copy-from <Directory>]` creates a new project with the specified settings.
258+
* `init` initializes an existing project and prompts for project configuration.
258259
* `platform list` lists the current target platforms for your project.
259260
* `platform add <Platform>` adds a new target platform to your project.
260261
* `platform remove <Platform>` removes the selected platform from the target platforms of the project.

docs/man_pages/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Command | Description
1919
Command | Description
2020
---|---
2121
[create](project/creation/create.html) | Creates a new project for native development with NativeScript.
22+
[init](project/creation/init.html) | Initializes an existing project for native development with NativeScript.
2223
[platform add `<Platform>`](project/configuration/platform-add.html) | Configures the current project to target the selected platform.
2324
[platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets.
2425
[platform&nbsp;remove&nbsp;`<Platform>`](project/configuration/platform-remove.html) | Removes the selected platform from the platforms that the project currently targets. This operation deletes all platform-specific files and subdirectories from your project.

0 commit comments

Comments
 (0)