npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@devground/devground

v1.0.1

Published

All devground standards in one package. Install once, get everything.

Downloads

104

Readme

@devground/devground

Todo devground en un solo paquete. Instala una vez, obtiene todo.

Instalacion rapida

pnpm add -D @devground/devground eslint prettier typescript husky lint-staged @commitlint/cli
npx devground-setup

Eso es todo. En dos comandos tienes:

  • Prettier configurado
  • ESLint con flat config (detecta Next.js automaticamente)
  • TypeScript con presets adecuados
  • Commitlint con commits convencionales
  • Lint-staged en pre-commit
  • Husky con git hooks
  • AGENTS.md + symlinks para Claude, Cursor, Copilot y Gemini

Que hace devground-setup

  1. Detecta tu stack (Next.js / React / Node.js)
  2. Configura prettier y lint-staged en package.json
  3. Escribe eslint.config.mjs (Next.js o base segun stack)
  4. Escribe tsconfig.json (+ tsconfig.typecheck.json para Next.js)
  5. Escribe commitlint.config.js
  6. Inicializa Husky con pre-commit hook
  7. Copia AGENTS.md + crea symlinks para todos los agentes de IA

No sobreescribe archivos existentes. Si ya tienes un eslint.config.mjs o tsconfig.json, los respeta.

Instalacion individual

Si solo necesitas algunos paquetes, instalalos por separado:

pnpm add -D @devground/prettier-config
pnpm add -D @devground/eslint-config
pnpm add -D @devground/tsconfig
# etc.

Ver el README principal para instrucciones detalladas de cada paquete.