From e19b7b86b94e3fe2c1ad6712ac0864d3ef2ccd77 Mon Sep 17 00:00:00 2001 From: jbristowe Date: Thu, 30 Jul 2015 14:08:58 +1000 Subject: [PATCH] Minor changes to include init command Fixes #715. --- README.md | 1 + docs/man_pages/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 75b1dc4f3b..8f18dbf94f 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Run `tns help` to view all available commands in the browser. Run `tns help [--path ] [--appid ] [--copy-from ]` creates a new project with the specified settings. +* `init` initializes an existing project and prompts for project configuration. * `platform list` lists the current target platforms for your project. * `platform add ` adds a new target platform to your project. * `platform remove ` removes the selected platform from the target platforms of the project. diff --git a/docs/man_pages/index.md b/docs/man_pages/index.md index 458c314865..7425516015 100644 --- a/docs/man_pages/index.md +++ b/docs/man_pages/index.md @@ -19,6 +19,7 @@ Command | Description Command | Description ---|--- [create](project/creation/create.html) | Creates a new project for native development with NativeScript. +[init](project/creation/init.html) | Initializes an existing project for native development with NativeScript. [platform add ``](project/configuration/platform-add.html) | Configures the current project to target the selected platform. [platform list](project/configuration/platform.html) | Lists all platforms that the project currently targets. [platform remove ``](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.