-
-
Notifications
You must be signed in to change notification settings - Fork 316
Open
Open
Copy link
Labels
needs discussionAn idea that needs more discussion to understand the scope and impact.An idea that needs more discussion to understand the scope and impact.uxRelated to wider UX decisionsRelated to wider UX decisions
Description
Hey team!
this site is much better than the official one.
One thing that would make package pages even more useful: a quick "Dev Toolbox" section that shows what tools the project uses, based on config files/lockfiles/devDeps in the published tarball.
Something compact like:
- Package Manager: pnpm (or Yarn / npm / Bun / none detected)
- Linting: Biome (or ESLint / oxlint / none)
- Formatting: Prettier (or Biome / dprint / none)
- Testing: Vitest (or Jest / none detected)
- Build: Vite (or Rollup / Webpack / esbuild / none)
Just icons + names, maybe with tooltips linking to the actual config/lockfile in the source viewer.
It would instantly tell users how modern/maintained the project is and help people discover better tooling combos. Super low-effort info but high value.
Happy to discuss details if you're interested!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs discussionAn idea that needs more discussion to understand the scope and impact.An idea that needs more discussion to understand the scope and impact.uxRelated to wider UX decisionsRelated to wider UX decisions