@ziuus/vanta 0.10.36 → 0.10.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -198,6 +198,19 @@ You can easily load custom themes dynamically without recompiling Vanta.
198
198
  ```
199
199
  4. Press `T` in Vanta to cycle to it, or set it explicitly in your `config.toml` (`theme = "cyberpunk"`).
200
200
 
201
+ ## 🔌 Extensions & Plugins
202
+
203
+ - **Configuration:** Run `vanta config` to open the interactive settings editor.
204
+ - **First-time Setup:** The same setup menu runs automatically when starting Vanta for the first time.
205
+
206
+
207
+ Vanta is fully extensible via WebAssembly (WASM). You can install community widgets, or build your own!
208
+
209
+ - **Install via Menu:** Run `vanta menu` to browse and install extensions interactively.
210
+ - **Local Dev:** Use `vanta link /path/to/my_widget.wasm` to instantly test your custom plugin locally without publishing it.
211
+
212
+ Read more about building plugins at the [vanta-integrations](https://github.com/ziuus/vanta-integrations) repository.
213
+
201
214
  ## Configuration & Customization
202
215
 
203
216
  Vanta is highly configurable via `~/.config/vanta/config.toml`. You can:
package/bin/vanta-bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziuus/vanta",
3
- "version": "0.10.36",
3
+ "version": "0.10.38",
4
4
  "description": "Aesthetic Rust TUI system dashboard — CPU, memory, disk, network, GPU, processes, now-playing, clock, file manager, notes and visualizer in one terminal pane",
5
5
  "bin": {
6
6
  "vanta": "bin/vanta.js"