Skip to content

Commit ab87642

Browse files
committed
docs: mention more git providers + add icons to docs
1 parent 465ce2c commit ab87642

2 files changed

Lines changed: 35 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The aim of [npmx.dev](https://npmx.dev) is to provide a better browser for the n
3939
- **Package details** – READMEs, versions, dependencies, and metadata
4040
- **Code viewer** – browse package source code with syntax highlighting and permalink to specific lines
4141
- **Provenance indicators** – verified build badges for packages with npm provenance
42-
- **Multi-provider repository support** – stars/forks from GitHub, GitLab, Bitbucket, Codeberg, Gitee, and Sourcehut
42+
- **Multi-provider repository support** – stars/forks from GitHub, GitLab, Bitbucket, Codeberg, Gitee, Sourcehut, Forgejo, Gitea, Radicle, and Tangled
4343
- **JSR availability** – see if scoped packages are also available on JSR
4444
- **Package badges** – module format (ESM/CJS/dual), TypeScript types (with `@types/*` links), and engine constraints
4545
- **Outdated dependency indicators** – visual cues showing which dependencies are behind

docs/content/2.guide/1.features.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,24 @@ Press `.` or click the **Code** tab to open the code viewer:
4646

4747
- **Download counts** - Weekly downloads with sparkline charts
4848
- **Install size** - Total size including transitive dependencies
49-
- **Repository stats** - Stars and forks from GitHub, GitLab, Bitbucket, Codeberg, Gitee, and Sourcehut
49+
- **Repository stats** - Stars and forks from supported git providers
50+
51+
### Supported git providers
52+
53+
npmx.dev fetches repository statistics (stars, forks) from these git hosting platforms:
54+
55+
| Provider | Description |
56+
| ------------------------------------------------------------------------- | ------------------------------------- |
57+
| :icon{name="i-simple-icons-github"} [GitHub](https://github.com) | The most popular git hosting platform |
58+
| :icon{name="i-simple-icons-gitlab"} [GitLab](https://gitlab.com) | Self-hosted instances supported |
59+
| :icon{name="i-simple-icons-bitbucket"} [Bitbucket](https://bitbucket.org) | Atlassian's git hosting service |
60+
| :icon{name="i-simple-icons-codeberg"} [Codeberg](https://codeberg.org) | Free hosting for open source projects |
61+
| :icon{name="i-simple-icons-gitee"} [Gitee](https://gitee.com) | Popular git hosting in China |
62+
| :icon{name="i-simple-icons-sourcehut"} [Sourcehut](https://sr.ht) | Minimalist software forge |
63+
| :icon{name="i-simple-icons-forgejo"} [Forgejo](https://forgejo.org) | Community-driven Gitea fork |
64+
| :icon{name="i-simple-icons-gitea"} [Gitea](https://gitea.com) | Self-hosted git service |
65+
| [Radicle](https://radicle.xyz) | Peer-to-peer code collaboration |
66+
| [Tangled](https://tangled.sh) | Decentralized git hosting |
5067

5168
## Explore users and organizations
5269

@@ -56,5 +73,19 @@ Press `.` or click the **Code** tab to open the code viewer:
5673

5774
## Access related resources
5875

59-
- **JSR availability** - See if scoped packages are also available on JSR
60-
- **Playground links** - Quick access to StackBlitz, CodeSandbox, and other demo environments from READMEs
76+
### :icon{name="i-simple-icons-jsr"} JSR availability
77+
78+
See if scoped packages are also available on [JSR](https://jsr.io), the modern JavaScript registry with native TypeScript support.
79+
80+
### Playground links
81+
82+
Quick access to online development environments detected from package READMEs:
83+
84+
| Platform | Description |
85+
| ------------------------------------------------------------------------------ | -------------------------------------------- |
86+
| :icon{name="i-simple-icons-stackblitz"} [StackBlitz](https://stackblitz.com) | Browser-based IDE with instant environments |
87+
| :icon{name="i-simple-icons-codesandbox"} [CodeSandbox](https://codesandbox.io) | Online code editor and prototyping tool |
88+
| :icon{name="i-lucide-pen-tool"} [CodePen](https://codepen.io) | Social development environment for front-end |
89+
| :icon{name="i-simple-icons-jsfiddle"} [JSFiddle](https://jsfiddle.net) | Online editor for web snippets |
90+
| :icon{name="i-simple-icons-replit"} [Replit](https://replit.com) | Collaborative browser-based IDE |
91+
| :icon{name="i-simple-icons-gitpod"} [Gitpod](https://gitpod.io) | Cloud development environments |

0 commit comments

Comments
 (0)