You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd welcome contributions – please do feel free to poke around and improve things. Here's how you can get going locally.
54
+
53
55
### Setup
54
56
55
57
```bash
@@ -83,7 +85,7 @@ pnpm test:browser
83
85
pnpm test:types
84
86
```
85
87
86
-
### Local Connector (CLI)
88
+
### Local connector (CLI)
87
89
88
90
The `cli/` workspace contains a local connector that enables authenticated npm operations from the web UI. It runs on your machine and uses your existing npm credentials.
89
91
@@ -98,6 +100,14 @@ node cli/dist/cli.mjs
98
100
99
101
The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev.
100
102
103
+
## Related projects
104
+
105
+
-[JSR](https://jsr.io/) - The open-source package registry for modern JavaScript and TypeScript
106
+
-[npm-userscript](https://github.com/bluwy/npm-userscript) - Browser userscript with various improvements and fixes for npmjs.com
107
+
-[npm-alt](https://npm.willow.sh/) - An alternative npm package browser
0 commit comments