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
> The subject must start with a lowercase letter. Individual commit messages within your PR don't need to follow this format since they'll be squashed.
524
524
525
+
### PR descriptions
526
+
527
+
If your pull request directly addresses an open issue, use the following inside your PR description.
528
+
529
+
```text
530
+
Resolves | Fixes | Closes: #xxx
531
+
```
532
+
533
+
Replace `#xxx` with either a URL to the issue, or the number of the issue. For example:
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,16 @@
13
13
14
14
## Vision
15
15
16
-
The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the npm registry –fast, modern, and accessible. We don't aim to replace the [npmjs.com](https://www.npmjs.com/) registry, just provide a better UI, DX, and admin experience.
16
+
The goal of [npmx.dev](https://npmx.dev) is to build a fast, modern browser for the npm registry.
17
17
18
-
-**Speed first**– Layout shift, flakiness, slowness is The Worst. Fast searching, filtering, and navigation.
19
-
-**URL compatible**– Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.
20
-
-**Simplicity**– No noise, cluttered display, or confusing UI. If in doubt: choose simplicity.
21
-
-**Admin UI**– Manage your packages, teams, and organizations from the browser, powered by your local npm CLI.
18
+
We're not replacing the [npmjs.com](https://www.npmjs.com/) registry, but instead providing an elevated developer experience through a fast, modern UI.
19
+
20
+
What npmx offers:
21
+
22
+
-**Speed**– Fast searching, filtering, and navigation.
23
+
-**Simplicity**– Get the information you need when you need it in an intuitive UI.
24
+
-**Compatibility**– Replace `npmjs.com` with `xnpmjs.com` or `npmx.dev` in any URL and it just works.
25
+
-**Enhanced admin experience**– Manage your packages, teams, and organizations from the browser, powered by your local npm CLI.
22
26
23
27
## Shortcuts
24
28
@@ -36,7 +40,7 @@ The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the n
36
40
37
41
### Package browsing
38
42
39
-
-**Dark mode by default**–easier on the eyes
43
+
-**Dark mode and light mode**–plus customize the color palette to your preferences
40
44
-**Fast search**– quick package search with instant results
41
45
-**Package details**– READMEs, versions, dependencies, and metadata
42
46
-**Code viewer**– browse package source code with syntax highlighting and permalink to specific lines
@@ -100,7 +104,7 @@ The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the n
100
104
101
105
### npm compatibility
102
106
103
-
npmx.dev supports npm permalinks – just replace `npmjs.com` with `npmx.dev` or `xnpmjs.com`and it works:
107
+
npmx.dev supports npm permalinks – just replace `npmjs.com` with `npmx.dev` or `xnpmjs.com`to get the npmx experience:
@@ -142,7 +146,7 @@ npmx.dev also supports shorter, cleaner URLs:
142
146
143
147
## Contributing
144
148
145
-
We welcome contributions – please do feel free to poke around and improve things. See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how to get up and running!
149
+
We welcome contributions – please do feel free to explore the project and improve things. See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on how to get up and running!
146
150
147
151
## Related projects
148
152
@@ -151,6 +155,7 @@ We welcome contributions – please do feel free to poke around and improve
151
155
-[npm-userscript](https://github.com/bluwy/npm-userscript)– Browser userscript with various improvements and fixes for npmjs.com
152
156
-[npm-alt](https://npm.willow.sh/)– An alternative npm package browser
153
157
-[npkg.lorypelli.dev](https://npkg.lorypelli.dev/)– An alternative frontend to npm made with as little client-side JavaScript as possible
158
+
-[vscode-npmx](https://github.com/npmx-dev/vscode-npmx)– VSCode extension for npmx
0 commit comments