Skip to content

Commit 45b4b03

Browse files
committed
docs: link out!
1 parent 48d5b03 commit 45b4b03

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the n
2727
- **Provenance indicators** - verified build indicators for packages with npm provenance
2828
- **Admin features** - org/team management, package access controls via local connector (coming soon)
2929

30-
### URL Compatibility
30+
### URL compatibility
3131

3232
npmx.dev supports npm permalink patterns:
3333

@@ -40,7 +40,7 @@ npmx.dev supports npm permalink patterns:
4040
| `/~<username>` | [`/~sindresorhus`](https://npmx.dev/~sindresorhus) |
4141
| `/org/<name>` | [`/org/nuxt`](https://npmx.dev/org/nuxt) |
4242

43-
## Tech Stack
43+
## Tech stack
4444

4545
- [Nuxt 4](https://nuxt.com/)
4646
- [Nitro](https://nuxt.com/docs/guide/concepts/server-engine)
@@ -50,6 +50,8 @@ npmx.dev supports npm permalink patterns:
5050

5151
## Try it out locally
5252

53+
I'd welcome contributions &ndash; please do feel free to poke around and improve things. Here's how you can get going locally.
54+
5355
### Setup
5456

5557
```bash
@@ -83,7 +85,7 @@ pnpm test:browser
8385
pnpm test:types
8486
```
8587

86-
### Local Connector (CLI)
88+
### Local connector (CLI)
8789

8890
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.
8991

@@ -98,6 +100,14 @@ node cli/dist/cli.mjs
98100

99101
The connector will check your npm authentication, generate a connection token, and listen for requests from npmx.dev.
100102

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
108+
109+
If you're building something cool, let me know! 🙏
110+
101111
## License
102112

103113
Made with ❤️

0 commit comments

Comments
 (0)