termweb 0.9.7 → 0.9.8

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
@@ -176,31 +176,39 @@ Press `Ctrl+H` to enter hint mode. Yellow labels appear on all clickable element
176
176
 
177
177
  Pre-built terminal applications powered by termweb:
178
178
 
179
- ### @termweb/code
179
+ ### termweb-dashboard
180
+
181
+ System monitoring dashboard with CPU, memory, disk, network, and process views.
182
+
183
+ ```bash
184
+ npx termweb-dashboard
185
+ ```
186
+
187
+ ### termweb-code
180
188
 
181
189
  Full-featured code editor with syntax highlighting for 20+ languages.
182
190
 
183
191
  ```bash
184
- npx @termweb/code ./src/index.js
185
- npx @termweb/code ~/projects/app/main.py
192
+ npx termweb-code ./src/index.js
193
+ npx termweb-code ~/projects/app/main.py
186
194
  ```
187
195
 
188
- ### @termweb/markdown
196
+ ### termweb-markdown
189
197
 
190
198
  Markdown editor with live preview pane.
191
199
 
192
200
  ```bash
193
- npx @termweb/markdown ./README.md
194
- npx @termweb/markdown ~/docs/notes.md
201
+ npx termweb-markdown ./README.md
202
+ npx termweb-markdown ~/docs/notes.md
195
203
  ```
196
204
 
197
- ### @termweb/json
205
+ ### termweb-json
198
206
 
199
207
  JSON editor with validation, formatting, and key sorting.
200
208
 
201
209
  ```bash
202
- npx @termweb/json ./package.json
203
- npx @termweb/json ~/config/settings.json
210
+ npx termweb-json ./package.json
211
+ npx termweb-json ~/config/settings.json
204
212
  ```
205
213
 
206
214
  ## Documentation
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termweb",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "Web browser in your terminal using Kitty graphics protocol. SDK for building terminal apps with web technologies.",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {
@@ -23,7 +23,7 @@
23
23
  "cli",
24
24
  "web"
25
25
  ],
26
- "author": "teamch",
26
+ "author": "teamchong",
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",