Skip to content

Commit 0ebfce6

Browse files
committed
remove extra nativescript tags
1 parent 59cabf9 commit 0ebfce6

35 files changed

Lines changed: 0 additions & 70 deletions

specs/nativescript/add_platform.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Configure your current NativeScript project to target the selected platform.
22
command: "ns platform add {{platform}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Configures the current NativeScript project to target the selected platform. When you add a target platform, the NativeScript CLI creates a corresponding platform-specific subdirectory under the platforms directory. This platform-specific directory contains the necessary files to let you build your project for the target platform."
86
arguments:

specs/nativescript/build_the_project.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Build your NativeScript project for Android or iOS.
22
command: "ns build {{platform}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Builds your NativeScript project for Android or iOS and produces an application package that you can manually deploy on a device or native emulator."
86
arguments:

specs/nativescript/check_nativescript_system_configuration.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Check Nativescript system's configuration.
22
command: "ns doctor {{platform}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Checks your system for configuration problems which might prevent the NativeScript CLI from working properly for the specified platform, if configured."
86
arguments:

specs/nativescript/clean_project_artifacts.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Clean your NativeScript project artifacts.
22
command: "ns clean"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Cleans your NativeScript project artifacts."
86
source_url: "https://github.com/NativeScript/nativescript-cli/blob/master/docs/man_pages/general/clean.md"

specs/nativescript/configure_error_reporting.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Configure NativeScript CLI error reporting.
22
command: "ns error-reporting"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Configures anonymous error reporting for the NativeScript CLI."
86
source_url: "https://github.com/NativeScript/nativescript-cli/blob/master/docs/man_pages/general/error-reporting.md"

specs/nativescript/configure_shell_autocompletion.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Configure NativeScript command-line autocompletion.
22
command: "ns autocomplete {{command}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Prints your current NativeScript command-line completion settings. If disabled, prompts you to enable it."
86
arguments:

specs/nativescript/configure_unit_testing_framework.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Configures your NativeScript project for unit testing with a selected framework.
22
command: "ns test init {{framework}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Configures your NativeScript project for unit testing with a selected framework. This operation installs the @nativescript/unit-test-runner npm module and its dependencies and creates a tests folder in the app directory."
86
arguments:

specs/nativescript/configure_usage_reporting.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Configure NativeScript CLI usage reporting.
22
command: "ns usage-reporting"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Configures anonymous usage reporting for the NativeScript CLI."
86
source_url: "https://github.com/NativeScript/nativescript-cli/blob/master/docs/man_pages/general/usage-reporting.md"

specs/nativescript/create_nativecript_app.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Create a NativeScript app.
22
command: "ns create {{app_name}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Interactively creates a new NativeScript app based on a predefined template."
86
arguments:

specs/nativescript/debug_the_project.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Initiate a debugging session for your NativeScript project.
22
command: "ns debug {{platform}}"
33
tags:
4-
- ns
5-
- tns
64
- nativescript
75
description: "Initiates a debugging session for your NativeScript project on a connected device or native emulator. The command will prepare, build, deploy and launch the app before starting the debug session."
86
arguments:

0 commit comments

Comments
 (0)