globox 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,8 @@ One command to list all globally installed npm, pnpm, and yarn packages — with
9
9
  + globox
10
10
  ```
11
11
 
12
+ <img width="566" height="692" alt="Screenshot 2026-02-17 at 8 35 54 AM" src="https://github.com/user-attachments/assets/2a75cb43-2f87-474f-9b40-a1a3a5401256" />
13
+
12
14
  ## Quick Start
13
15
 
14
16
  ```bash
@@ -23,6 +25,8 @@ globox -d
23
25
  ```
24
26
 
25
27
  That's it. globox auto-detects which package managers you have and aggregates everything into one view.
28
+ <img width="1927" height="1451" alt="image" src="https://github.com/user-attachments/assets/568ca930-63d2-446f-86cf-89fef16d4d88" />
29
+
26
30
 
27
31
  ## Why
28
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globox",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "One command to list all globally installed npm, pnpm, and yarn packages — with an optional dashboard.",
5
5
  "type": "module",
6
6
  "bin": {