globox 1.0.1 → 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.
- package/README.md +4 -0
- package/package.json +10 -2
- package/src/dashboard/template.html +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.
|
|
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": {
|
|
@@ -22,8 +22,16 @@
|
|
|
22
22
|
"list",
|
|
23
23
|
"package-manager"
|
|
24
24
|
],
|
|
25
|
-
"author": "",
|
|
25
|
+
"author": "Uncle BigBay",
|
|
26
26
|
"license": "MIT",
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "https://github.com/unclebay143/globox.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/unclebay143/globox",
|
|
32
|
+
"bugs": {
|
|
33
|
+
"url": "https://github.com/unclebay143/globox/issues"
|
|
34
|
+
},
|
|
27
35
|
"dependencies": {
|
|
28
36
|
"chalk": "^5.4.1",
|
|
29
37
|
"cli-table3": "^0.6.5",
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
</table>
|
|
339
339
|
|
|
340
340
|
<footer>
|
|
341
|
-
<p>Generated by <a href="https://github.com/globox">globox</a> · <span id="timestamp"></span></p>
|
|
341
|
+
<p>Generated by <a href="https://github.com/unclebay143/globox" target="_blank" rel="noopener noreferrer">globox</a> · <span id="timestamp"></span></p>
|
|
342
342
|
</footer>
|
|
343
343
|
</div>
|
|
344
344
|
|