mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-26 17:31:06 +02:00
update readmes and package descriptions
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-authenticator"
|
name = "tauri-plugin-authenticator"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Use hardware security-keys in your Tauri App."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
Use Hardware Security-keys in your Tauri App.
|
Use hardware security-keys in your Tauri App.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-authenticator-api",
|
"name": "tauri-plugin-authenticator-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Use hardware security-keys in your Tauri App.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-autostart"
|
name = "tauri-plugin-autostart"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Automatically launch your application at startup."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-fs-extra"
|
name = "tauri-plugin-fs-extra"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Additional file system methods not included in the core API."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<!-- description -->
|

|
||||||
|
|
||||||
|
Additional file system methods not included in the core API.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-fs-extra-api",
|
"name": "tauri-plugin-fs-extra-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Additional file system methods not included in the core API.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-fs-watch"
|
name = "tauri-plugin-fs-watch"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Watch files and directories for changes."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
Watch changes on files and directories through [notify](https://github.com/notify-rs/notify).
|
Watch files and directories for changes using [notify](https://github.com/notify-rs/notify).
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-fs-watch-api",
|
"name": "tauri-plugin-fs-watch-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Watch files and directories for changes.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-localhost"
|
name = "tauri-plugin-localhost"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Expose your apps assets through a localhost server instead of the default custom protocol."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-log"
|
name = "tauri-plugin-log"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Configurable logging for your Tauri app."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-log-api",
|
"name": "tauri-plugin-log-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Configurable logging for your Tauri app.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-persisted-scope"
|
name = "tauri-plugin-persisted-scope"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Save filesystem and asset scopes and restore them when the app is reopened."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-positioner"
|
name = "tauri-plugin-positioner"
|
||||||
version = "0.2.7"
|
version = "0.2.7"
|
||||||
|
description = "Position your windows at well-known locations."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-positioner-api",
|
"name": "tauri-plugin-positioner-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Position your windows at well-known locations.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-sql"
|
name = "tauri-plugin-sql"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Interface with SQL databases."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-sql-api",
|
"name": "tauri-plugin-sql-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Interface with SQL databases",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-store"
|
name = "tauri-plugin-store"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Simple, persistent key-value store."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-store-api",
|
"name": "tauri-plugin-store-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Simple, persistent key-value store.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-stronghold"
|
name = "tauri-plugin-stronghold"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Store secrets and keys using the IOTA Stronghold encrypted database."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-stronghold-api",
|
"name": "tauri-plugin-stronghold-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Store secrets and keys using the IOTA Stronghold encrypted database.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-upload"
|
name = "tauri-plugin-upload"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Upload files from disk to a remote server over HTTP."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
Upload files from disk to a remote server over http.
|
Upload files from disk to a remote server over HTTP.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tauri-plugin-upload-api",
|
"name": "tauri-plugin-upload-api",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"description": "Upload files from disk to a remote server over HTTP.",
|
||||||
"license": "MIT or APACHE-2.0",
|
"license": "MIT or APACHE-2.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Tauri Programme within The Commons Conservancy"
|
"Tauri Programme within The Commons Conservancy"
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tauri-plugin-window-state"
|
name = "tauri-plugin-window-state"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Save window positions and sizse and restore them when the app is reopened."
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
Save window positions and sizse and restore them when the app is reopened.
|
Save window positions and sizse and restore them when the app is reopened.
|
||||||
|
|
||||||
<!-- description -->
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
There are three general methods of installation that we can recommend.
|
There are three general methods of installation that we can recommend.
|
||||||
|
|||||||
Reference in New Issue
Block a user