Skip to content

Commit 362a82f

Browse files
Eduardo Rodriguezerodriguezh
authored andcommitted
Add accuracy to titles and descriptions to make it clear the context is NativeScript
1 parent 6f95553 commit 362a82f

30 files changed

Lines changed: 55 additions & 55 deletions

specs/nativescript/add_platform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Configure the current project to target the selected platform.
1+
name: Configure your current NativeScript project to target the selected platform.
22
command: "ns platform add {{platform}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Configures the current 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."
7+
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."
88
arguments:
99
- name: platform
1010
description: The name of the platform. E.g. ios, android, etc.

specs/nativescript/build_the_project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build the project for Android or iOS.
1+
name: Build your NativeScript project for Android or iOS.
22
command: "ns build {{platform}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Builds the project for Android or iOS and produces an application package that you can manually deploy on a device or native emulator."
7+
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."
88
arguments:
99
- name: platform
1010
description: The name of the platform. E.g. ios, android, etc.

specs/nativescript/clean_project_artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Clean project artifacts.
1+
name: Clean your NativeScript project artifacts.
22
command: "ns clean"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Clean project artifacts."
7+
description: "Cleans your NativeScript project artifacts."
88
source_url: "https://github.com/NativeScript/nativescript-cli/blob/master/docs/man_pages/general/clean.md"
99
author: erodriguezh
1010
author_url: "https://github.com/erodriguezh"

specs/nativescript/configure_error_reporting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Configure error reporting.
1+
name: Configure NativeScript CLI error reporting.
22
command: "ns error-reporting"
33
tags:
44
- ns

specs/nativescript/configure_shell_autocompletion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Configure command-line autocompletion.
1+
name: Configure NativeScript command-line autocompletion.
22
command: "ns autocomplete {{command}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Prints your current command-line completion settings. If disabled, prompts you to enable it."
7+
description: "Prints your current NativeScript command-line completion settings. If disabled, prompts you to enable it."
88
arguments:
99
- name: command
1010
description: options are status, enable, disable.

specs/nativescript/configure_unit_testing_framework.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Configures your project for unit testing with a selected framework.
1+
name: Configures your NativeScript project for unit testing with a selected framework.
22
command: "ns test init {{framework}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Configures your 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."
7+
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."
88
arguments:
99
- name: framework
1010
description: The following frameworks are available - mocha, jasmine and qunit.

specs/nativescript/configure_usage_reporting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Configure usage reporting.
1+
name: Configure NativeScript CLI usage reporting.
22
command: "ns usage-reporting"
33
tags:
44
- ns

specs/nativescript/create_nativecript_app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create a Nativescript app.
1+
name: Create a NativeScript app.
22
command: "ns create {{app_name}}"
33
tags:
44
- ns

specs/nativescript/debug_the_project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Initiate a debugging session for your project.
1+
name: Initiate a debugging session for your NativeScript project.
22
command: "ns debug {{platform}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Initiates a debugging session for your project on a connected device or native emulator. The command will prepare, build, deploy and launch the app before starting the debug session."
7+
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."
88
arguments:
99
- name: platform
1010
description: The name of the platform. E.g. ios, android, etc.

specs/nativescript/deploy_the_project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Prepare, build and deploy the project to a connected device or native emulator.
1+
name: Prepare, build and deploy your NativeScript project to a connected device or native emulator.
22
command: "ns deploy {{platform}}"
33
tags:
44
- ns
55
- tns
66
- nativescript
7-
description: "Prepares, builds and deploys the project to a connected device or native emulator. It will deploy the app on all connected devices targeting the selected platform."
7+
description: "Prepares, builds and deploys your NativeScript project to a connected device or native emulator. It will deploy the app on all connected devices targeting the selected platform."
88
arguments:
99
- name: platform
1010
description: The name of the platform. E.g. ios, android, etc.

0 commit comments

Comments
 (0)