From 94ac0987cdf0f52fb9e8a8c866551c1c543c9ad8 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 14 Dec 2022 19:10:48 +0100 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..0dce2032 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +## Plugins Found Here + +| | | +| ------------------------------------------ | --------------------------------------------------------- | +| [authenticator](plugins/authenticator) | Interface with hardware security keys. | +| [autostart](plugins/autostart) | Automatically launch your app at system startup. | +| [fs-extra](plugins/fs-extra) | File system methods that aren't included in the core API. | +| [fs-watch](plugins/fs-watch) | Watch the filesystem for changes. | +| [localhost](plugins/localhost) | Use a localhost server in production apps. | +| [log](plugins/log) | Configurable logging. | +| [persisted-scope](plugins/persisted-scope) | Persist runtime scope changes on the filesystem. | +| [positioner](plugins/positioner) | Move windows to common locations. | +| [sql](plugins/sql) | Interface with SQL databases. | +| [store](plugins/store) | Persistent key value storage. | +| [stronghold](plugins/stronghold) | Encrypted, secure database. | +| [upload](plugins/upload) | Tauri plugin for file uploads through HTTP. | +| [websocket](plugins/websocket) | | +| [window-state](plugins/window-state) | Persist window sizes and positions. | \ No newline at end of file