Skip to content

Commit bf5b880

Browse files
committed
chore: cleanup
1 parent b85107c commit bf5b880

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

packages/animated-circle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/animated-circle
22

33
```bash
4-
ns plugin add @nativescript/animated-circle
4+
npm install @nativescript/animated-circle
55
```
66

77
Creates an animated circle (animates the border of the circle) on iOS and Android.

packages/appavailability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A plugin to check for availability of other apps on the device.
44

55
```cli
6-
ns plugin add @nativescript/appavailability
6+
npm install @nativescript/appavailability
77
```
88

99
## Usage

packages/apple-sign-in/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/apple-sign-in
22

33
```javascript
4-
ns plugin add @nativescript/apple-sign-in
4+
npm install @nativescript/apple-sign-in
55
```
66

77
## Requirements

packages/auto-fit-text/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/auto-fit-text
22

33
```cli
4-
ns plugin add @nativescript/auto-fit-text
4+
npm install @nativescript/auto-fit-text
55
```
66

77
This plugin is based on the Nativescript Label implementation but with changes to adjust the font size according of the label's width

packages/background-http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/background-http
22

33
```cli
4-
ns plugin add @nativescript/background-http
4+
npm install @nativescript/background-http
55
```
66

77
## Usage

packages/brightness/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/brightness
22

33
```cli
4-
ns plugin add @nativescript/brightness
4+
npm install @nativescript/brightness
55
```
66

77
This command automatically installs the necessary files, as well as stores @nativescript/brightness as a dependency in your project's `package.json` file.

packages/datetimepicker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A [NativeScript](https://www.nativescript.org) plugin that provides ui elements
99
<img alt="TimePickerField on iOS (left) and Android (right)" src="https://github.com/raw/NativeScript/nativescript-datetimepicker/master/docs/time_picker_field.png" width="500px"/>
1010

1111
```cli
12-
ns plugin add @nativescript/datetimepicker
12+
npm install @nativescript/datetimepicker
1313
```
1414

1515
## Configuration

packages/debug-android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/debug-android
22

33
```cli
4-
ns plugin add @nativescript/debug-android
4+
npm install @nativescript/debug-android
55
```
66

77
## Usage

packages/detox/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Easily add [Detox](https://github.com/wix/Detox) end-to-end testing to your Nati
2020
## Installation
2121

2222
```cli
23-
ns plugin add @nativescript/detox
23+
npm install @nativescript/detox
2424
```
2525

2626
## Global Setup

packages/directions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/directions
22

33
```cli
4-
ns plugin add @nativescript/directions
4+
npm install @nativescript/directions
55
```
66

77
## Usage

packages/email/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use this plugin to compose an e-mail, have the user edit the draft manua
1616
> **Note:** This plugin depends on the default mail app. If you want a fallback to a third party client app like Gmail or Outlook, then check for availability, and if not available use a solution like [the Social Share plugin](https://github.com/tjvantoll/nativescript-social-share).
1717
1818
```cli
19-
ns plugin add @nativescript/email
19+
npm install @nativescript/email
2020
```
2121

2222
## Usage

packages/facebook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/facebook
22

33
```cli
4-
ns plugin add @nativescript/facebook
4+
npm install @nativescript/facebook
55
```
66

77
## Prerequisites

packages/fingerprint-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This plugin is replaced by [@nativescript/biometrics](../biometrics)
55
# @nativescript/fingerprint-auth
66

77
```cli
8-
ns plugin add @nativescript/fingerprint-auth
8+
npm install @nativescript/fingerprint-auth
99
```
1010

1111
Then open `App_Resources/Android/app.gradle` and look for `minSdkVersion`.

packages/geolocation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Geolocation plugin to use for getting current location, monitor movement, etc.
44

55
```cli
6-
ns plugin add @nativescript/geolocation
6+
npm install @nativescript/geolocation
77
```
88

99
> **Important Breaking Change**

packages/google-maps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To use the Google Maps API, you must register your app in the [Google API Consol
5151

5252
## Installation
5353
```cli
54-
ns plugin add @nativescript/google-maps
54+
npm install @nativescript/google-maps
5555
```
5656

5757
## Config

packages/google-signin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/google-signin
22

33
```cli
4-
ns plugin add @nativescript/google-signin
4+
npm install @nativescript/google-signin
55
```
66

77
## Prerequisites

packages/ios-security/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> * Common reverse engineering tools running on the device 🔭
1111
1212
```javascript
13-
ns plugin add @nativescript/ios-security
13+
npm install @nativescript/ios-security
1414
```
1515

1616
## Usage

packages/iqkeyboardmanager/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NativeScript wrapper for the popular [IQKeyboardManager](https://cocoapods.org/p
55
![Example of using the IQKeyBoardManager NativeScript plugin on an iOS device](https://github.com/raw/NativeScript/nativescript-IQKeyboardManager/master/screenshot.gif)
66

77
```cli
8-
ns plugin add @nativescript/iqkeyboardmanager
8+
npm install @nativescript/iqkeyboardmanager
99
```
1010

1111
## Usage

packages/localize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A lot of thanks goes out to [Ludovic Fabrèges (@lfabreges)](https://github.com/
2525
## Installation
2626

2727
```cli
28-
ns plugin add @nativescript/localize
28+
npm install @nativescript/localize
2929
```
3030

3131
## Usage

packages/shared-notification-delegate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project aims to prevent the shortcomings that come from the iOS implementat
55
## Installation
66

77
```cli
8-
ns plugin add @nativescript/shared-notification-delegate
8+
npm install @nativescript/shared-notification-delegate
99
```
1010

1111
## Usage

packages/social-share/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/social-share
22

33
```cli
4-
ns plugin add @nativescript/social-share
4+
npm install @nativescript/social-share
55
```
66

77
## Usage

packages/theme-switcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/theme-switcher
22

33
```cli
4-
ns plugin add @nativescript/theme-switcher
4+
npm install @nativescript/theme-switcher
55
```
66

77
<table style="width:auto;">

packages/twitter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @nativescript/twitter
22

33
```cli
4-
ns plugin add @nativescript/twitter
4+
npm install @nativescript/twitter
55
```
66

77
## Prerequisites

0 commit comments

Comments
 (0)