@@ -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