mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-04 20:16:34 +02:00
docs: Remove mirror install instructions (#2893)
This commit is contained in:
@@ -33,21 +33,12 @@ tauri-plugin-autostart = { git = "https://github.com/tauri-apps/plugins-workspac
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-autostart
|
pnpm add @tauri-apps/plugin-autostart
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-autostart
|
npm add @tauri-apps/plugin-autostart
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-autostart
|
yarn add @tauri-apps/plugin-autostart
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-autostart#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-autostart#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-autostart#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-barcode-scanner = { git = "https://github.com/tauri-apps/plugins-wo
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-barcode-scanner
|
pnpm add @tauri-apps/plugin-barcode-scanner
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-barcode-scanner
|
npm add @tauri-apps/plugin-barcode-scanner
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-barcode-scanner
|
yarn add @tauri-apps/plugin-barcode-scanner
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-barcode-scanner#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ tauri-plugin-biometric = { git = "https://github.com/tauri-apps/plugins-workspac
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
<!-- Add the branch for installations using git! -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-biometric
|
|||||||
npm add @tauri-apps/plugin-biometric
|
npm add @tauri-apps/plugin-biometric
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-biometric
|
yarn add @tauri-apps/plugin-biometric
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-biometric#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-biometric#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-biometric#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -34,21 +34,12 @@ tauri-plugin-cli = { git = "https://github.com/tauri-apps/plugins-workspace", br
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-cli
|
pnpm add @tauri-apps/plugin-cli
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-cli
|
npm add @tauri-apps/plugin-cli
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-cli
|
yarn add @tauri-apps/plugin-cli
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-cli#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-cli#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-cli#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-clipboard-manager = { git = "https://github.com/tauri-apps/plugins-
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-clipboard-manager
|
pnpm add @tauri-apps/plugin-clipboard-manager
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-clipboard-manager
|
npm add @tauri-apps/plugin-clipboard-manager
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-clipboard-manager
|
yarn add @tauri-apps/plugin-clipboard-manager
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-clipboard-manager#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-deep-link = { git = "https://github.com/tauri-apps/plugins-workspac
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-deep-link
|
pnpm add @tauri-apps/plugin-deep-link
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-deep-link
|
npm add @tauri-apps/plugin-deep-link
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-deep-link
|
yarn add @tauri-apps/plugin-deep-link
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-deep-link#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setting up
|
## Setting up
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-dialog = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-dialog
|
pnpm add @tauri-apps/plugin-dialog
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-dialog
|
npm add @tauri-apps/plugin-dialog
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-dialog
|
yarn add @tauri-apps/plugin-dialog
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-dialog#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-fs = { git = "https://github.com/tauri-apps/plugins-workspace", bra
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-fs
|
pnpm add @tauri-apps/plugin-fs
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-fs
|
npm add @tauri-apps/plugin-fs
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-fs
|
yarn add @tauri-apps/plugin-fs
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-fs#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-fs#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-fs#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ tauri-plugin-geolocation = { git = "https://github.com/tauri-apps/plugins-worksp
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
<!-- Add the branch for installations using git! -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-geolocation
|
|||||||
npm add @tauri-apps/plugin-geolocation
|
npm add @tauri-apps/plugin-geolocation
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-geolocation
|
yarn add @tauri-apps/plugin-geolocation
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-geolocation#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setting up
|
## Setting up
|
||||||
|
|||||||
@@ -34,21 +34,12 @@ tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-wo
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-global-shortcut
|
pnpm add @tauri-apps/plugin-global-shortcut
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-global-shortcut
|
npm add @tauri-apps/plugin-global-shortcut
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-global-shortcut
|
yarn add @tauri-apps/plugin-global-shortcut
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-global-shortcut#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -35,8 +35,6 @@ tauri-plugin-haptics = { git = "https://github.com/tauri-apps/plugins-workspace"
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
<!-- Add the branch for installations using git! -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -45,13 +43,6 @@ pnpm add @tauri-apps/plugin-haptics
|
|||||||
npm add @tauri-apps/plugin-haptics
|
npm add @tauri-apps/plugin-haptics
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-haptics
|
yarn add @tauri-apps/plugin-haptics
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-haptics#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-haptics#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-haptics#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-http = { git = "https://github.com/tauri-apps/plugins-workspace", b
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-http
|
pnpm add @tauri-apps/plugin-http
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-http
|
npm add @tauri-apps/plugin-http
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-http
|
yarn add @tauri-apps/plugin-http
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-http#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-http#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-http#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -35,21 +35,12 @@ If you want the single instance mechanism to only trigger for semver compatible
|
|||||||
|
|
||||||
Then you can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
Then you can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-log
|
pnpm add @tauri-apps/plugin-log
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-log
|
npm add @tauri-apps/plugin-log
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-log
|
yarn add @tauri-apps/plugin-log
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-log#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-log#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-log#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ tauri-plugin-nfc = { git = "https://github.com/tauri-apps/plugins-workspace", br
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
<!-- Add the branch for installations using git! -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-nfc
|
|||||||
npm add @tauri-apps/plugin-nfc
|
npm add @tauri-apps/plugin-nfc
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-nfc
|
yarn add @tauri-apps/plugin-nfc
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-nfc#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-nfc#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-nfc#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-notification = { git = "https://github.com/tauri-apps/plugins-works
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-notification
|
pnpm add @tauri-apps/plugin-notification
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-notification
|
npm add @tauri-apps/plugin-notification
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-notification
|
yarn add @tauri-apps/plugin-notification
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-notification#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-notification#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-notification#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ tauri-plugin-opener = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
<!-- Add the branch for installations using git! -->
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@@ -43,13 +41,6 @@ pnpm add @tauri-apps/plugin-opener
|
|||||||
npm add @tauri-apps/plugin-opener
|
npm add @tauri-apps/plugin-opener
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-opener
|
yarn add @tauri-apps/plugin-opener
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-opener#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-opener#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-opener#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-os = { git = "https://github.com/tauri-apps/plugins-workspace", bra
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-os
|
pnpm add @tauri-apps/plugin-os
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-os
|
npm add @tauri-apps/plugin-os
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-os
|
yarn add @tauri-apps/plugin-os
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-os#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-os#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-os#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -35,21 +35,12 @@ tauri-plugin-positioner = { git = "https://github.com/tauri-apps/plugins-workspa
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-positioner
|
pnpm add @tauri-apps/plugin-positioner
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-positioner
|
npm add @tauri-apps/plugin-positioner
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-positioner
|
yarn add @tauri-apps/plugin-positioner
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-positioner#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-positioner#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-positioner#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-process = { git = "https://github.com/tauri-apps/plugins-workspace"
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-process
|
pnpm add @tauri-apps/plugin-process
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-process
|
npm add @tauri-apps/plugin-process
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-process
|
yarn add @tauri-apps/plugin-process
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-process#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-process#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-process#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-shell = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-shell
|
pnpm add @tauri-apps/plugin-shell
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-shell
|
npm add @tauri-apps/plugin-shell
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-shell
|
yarn add @tauri-apps/plugin-shell
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-shell#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-shell#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-shell#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -35,21 +35,12 @@ branch = "v2"
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-sql
|
pnpm add @tauri-apps/plugin-sql
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-sql
|
npm add @tauri-apps/plugin-sql
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-sql
|
yarn add @tauri-apps/plugin-sql
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-sql#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-sql#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-sql#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-store
|
pnpm add @tauri-apps/plugin-store
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-store
|
npm add @tauri-apps/plugin-store
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-store
|
yarn add @tauri-apps/plugin-store
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-store#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-store#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-store#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -41,13 +41,6 @@ pnpm add @tauri-apps/plugin-stronghold
|
|||||||
npm add @tauri-apps/plugin-stronghold
|
npm add @tauri-apps/plugin-stronghold
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-stronghold
|
yarn add @tauri-apps/plugin-stronghold
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-stronghold#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-stronghold#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-stronghold#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -34,21 +34,12 @@ tauri-plugin-updater = { git = "https://github.com/tauri-apps/plugins-workspace"
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-updater
|
pnpm add @tauri-apps/plugin-updater
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-updater
|
npm add @tauri-apps/plugin-updater
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-updater
|
yarn add @tauri-apps/plugin-updater
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-updater#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-updater#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-updater#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -34,21 +34,12 @@ tauri-plugin-upload = { git = "https://github.com/tauri-apps/plugins-workspace",
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-upload
|
pnpm add @tauri-apps/plugin-upload
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-upload
|
npm add @tauri-apps/plugin-upload
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-upload
|
yarn add @tauri-apps/plugin-upload
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-upload#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-upload#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-upload#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-websocket = { git = "https://github.com/tauri-apps/plugins-workspac
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-websocket
|
pnpm add @tauri-apps/plugin-websocket
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-websocket
|
npm add @tauri-apps/plugin-websocket
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-websocket
|
yarn add @tauri-apps/plugin-websocket
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-websocket#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-websocket#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-websocket#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,21 +33,12 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-window-state
|
pnpm add @tauri-apps/plugin-window-state
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-window-state
|
npm add @tauri-apps/plugin-window-state
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-window-state
|
yarn add @tauri-apps/plugin-window-state
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-window-state#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-window-state#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-window-state#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
@@ -33,23 +33,12 @@ tauri-plugin-PLUGIN_NAME = { git = "https://github.com/tauri-apps/plugins-worksp
|
|||||||
|
|
||||||
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
You can install the JavaScript Guest bindings using your preferred JavaScript package manager:
|
||||||
|
|
||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
|
||||||
|
|
||||||
<!-- Add the branch for installations using git! -->
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add @tauri-apps/plugin-PLUGIN_NAME
|
pnpm add @tauri-apps/plugin-PLUGIN_NAME
|
||||||
# or
|
# or
|
||||||
npm add @tauri-apps/plugin-PLUGIN_NAME
|
npm add @tauri-apps/plugin-PLUGIN_NAME
|
||||||
# or
|
# or
|
||||||
yarn add @tauri-apps/plugin-PLUGIN_NAME
|
yarn add @tauri-apps/plugin-PLUGIN_NAME
|
||||||
|
|
||||||
# alternatively with Git:
|
|
||||||
pnpm add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2
|
|
||||||
# or
|
|
||||||
npm add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2
|
|
||||||
# or
|
|
||||||
yarn add https://github.com/tauri-apps/tauri-plugin-PLUGIN_NAME#v2
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user