@nativescript/template-tab-navigation
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -6,3 +6,3 @@ { | ||
"templateType": "App template", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Tabbed interface template", | ||
@@ -45,3 +45,3 @@ "author": "NativeScript Team <oss@nativescript.org>", | ||
}, | ||
"gitHead": "3c1e356f5a73a8feb68acc40b3c7c02c9d18d7f0" | ||
"gitHead": "f282c57dc05817a655bca5e81ce9d7228ae70d4c" | ||
} |
@@ -19,6 +19,6 @@ # NativeScript Core Tab Navigation Template | ||
``` | ||
tns create my-tab-js --template tns-template-tab-navigation | ||
ns create my-tab-js --template @nativescript/template-tab-navigation | ||
``` | ||
> Note: This command will create a new NativeScript app that uses the latest version of this template published to [npm] (https://www.npmjs.com/package/tns-template-tab-navigation). | ||
> Note: This command will create a new NativeScript app that uses the latest version of this template published to [npm](https://www.npmjs.com/package/@nativescript/template-tab-navigation). | ||
@@ -32,3 +32,3 @@ If you want to create a new app that uses the source of the template from the `master` branch, you can execute the following: | ||
# create app template from local source (all templates are in the 'packages' subfolder of the monorepo) | ||
tns create my-tab-js --template nativescript-app-templates/packages/template-tab-navigation | ||
ns create my-tab-js --template nativescript-app-templates/packages/template-tab-navigation | ||
``` | ||
@@ -62,3 +62,3 @@ | ||
Try [joining the NativeScript community Slack](http://developer.telerik.com/wp-login.php?action=slack-invitation). The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers. | ||
Try [joining the NativeScript community Slack](https://www.nativescript.org/slack-invitation-form). The Slack channel is a great place to get help troubleshooting problems, as well as connect with other NativeScript developers. | ||
@@ -65,0 +65,0 @@ If you have found an issue with this template, please report the problem in the [NativeScript repository](https://github.com/NativeScript/NativeScript/issues). |
1680348