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

gemini-commit-wizard

v1.3.0

Published

AI-powered Git commit generation with multi-provider support (Gemini, Groq, OpenRouter)

Readme

🚀 {PROJECT_NAME}

{PROJECT_DESCRIPTION}

NPM Version Bundle Size TypeScript License

Build Status Compatibility Performance

GitHub stars GitHub forks

DemoDocumentaciónEjemplosNPM


[!NOTE] Funcionalidad Core: {CORE_FUNCTIONALITY_DESCRIPTION}

🎯 Características Principales

| Feature | Description | Performance | |---------|-------------|-------------| | {FEATURE_1} | {FEATURE_1_DESCRIPTION} | {PERFORMANCE_1} | | {FEATURE_2} | {FEATURE_2_DESCRIPTION} | {PERFORMANCE_2} | | {FEATURE_3} | {FEATURE_3_DESCRIPTION} | {PERFORMANCE_3} | | {FEATURE_4} | {FEATURE_4_DESCRIPTION} | {PERFORMANCE_4} |

📦 Instalación

npm

npm install {PACKAGE_NAME}

yarn

yarn add {PACKAGE_NAME}

pnpm

pnpm add {PACKAGE_NAME}

bun

bun add {PACKAGE_NAME}

🚀 Inicio Rápido

[!TIP] {QUICK_START_TIP}

Instalación

npm install {PACKAGE_NAME}

Uso

import { {MAIN_CLASS} } from '{PACKAGE_NAME}';

const {INSTANCE_NAME} = new {MAIN_CLASS}({
  // configuración básica
});

// Ejemplo de uso
{INSTANCE_NAME}.{MAIN_METHOD}();

Instalación

npm install {PACKAGE_NAME}

Uso

import { {REACT_COMPONENT}, {REACT_HOOK} } from '{PACKAGE_NAME}';

function App() {
  const { {HOOK_RETURN} } = {REACT_HOOK}();
  
  return (
    <{REACT_COMPONENT}>
      {/* Tu contenido */}
    </{REACT_COMPONENT}>
  );
}

{FRAMEWORK_3}

{FRAMEWORK_3_EXAMPLE}

{FRAMEWORK_4}

{FRAMEWORK_4_EXAMPLE}

⚙️ Configuración

[!IMPORTANT] Para configuración completa y opciones avanzadas, consulta la documentación detallada.

const config = {
  {CONFIG_OPTION_1}: '{DEFAULT_VALUE_1}',
  {CONFIG_OPTION_2}: {DEFAULT_VALUE_2},
  {CONFIG_OPTION_3}: '{DEFAULT_VALUE_3}',
};
const advancedConfig = {
  {ADVANCED_OPTION_1}: {
    {NESTED_OPTION_1}: '{VALUE_1}',
    {NESTED_OPTION_2}: '{VALUE_2}'
  },
  {ADVANCED_OPTION_2}: '{VALUE_3}',
  // Más opciones...
};

🏁 Comparación con Alternativas

| Solución | {COMPARISON_FEATURE_1} | {COMPARISON_FEATURE_2} | {COMPARISON_FEATURE_3} | Setup | |:--------:|:----------------------:|:----------------------:|:----------------------:|:-----:| | {PROJECT_NAME} | ✅ {ADVANTAGE_1} | ✅ {ADVANTAGE_2} | ✅ {ADVANTAGE_3} | {SETUP_ADVANTAGE} | | {ALTERNATIVE_1} | {ALT_1_FEATURE_1} | {ALT_1_FEATURE_2} | {ALT_1_FEATURE_3} | {ALT_1_SETUP} | | {ALTERNATIVE_2} | {ALT_2_FEATURE_1} | {ALT_2_FEATURE_2} | {ALT_2_FEATURE_3} | {ALT_2_SETUP} | | {ALTERNATIVE_3} | {ALT_3_FEATURE_1} | {ALT_3_FEATURE_2} | {ALT_3_FEATURE_3} | {ALT_3_SETUP} |

⚡ Arquitectura Técnica

{TECHNICAL_SECTION_1}

{TECHNICAL_CODE_EXAMPLE_1}

{TECHNICAL_SECTION_2}

{TECHNICAL_BASH_EXAMPLE}

{TECHNICAL_SECTION_3}

  • {TECH_POINT_1}: {TECH_DESCRIPTION_1}
  • {TECH_POINT_2}: {TECH_DESCRIPTION_2}
  • {TECH_POINT_3}: {TECH_DESCRIPTION_3}

📊 Métricas de Performance

| Métrica | Valor | Estado | |:--------|:-----:|:------:| | {METRIC_1} | {VALUE_1} | ✅ {STATUS_1} | | {METRIC_2} | {VALUE_2} | ✅ {STATUS_2} | | {METRIC_3} | {VALUE_3} | ✅ {STATUS_3} | | {METRIC_4} | {VALUE_4} | ✅ {STATUS_4} |

🔧 Desarrollo Local

[!IMPORTANT] Para configuración completa del entorno de desarrollo, consulta la guía detallada.

# Instalar dependencias
npm install

# Desarrollo
npm run dev
# Terminal 1: Logger
npm run dev:logger

# Terminal 2: Desarrollo
npm run dev

🚀 Build y Release

# Build para producción
npm run build

# TypeCheck
npm run type-check

# Test
npm run test
npm run release:patch      # Patch version
npm run release:minor      # Minor version  
npm run release:major      # Major version

🔍 Stack Tecnológico

| Categoría | Tecnologías | |:----------|:------------| | 🎯 Core | {CORE_TECH_STACK} | | 🔧 Tools | {TOOLS_STACK} | | 📚 Docs | Wiki del ProyectoContribuciónSetup Local |

🤝 Contribuir

🚀 El proyecto está en desarrollo activo 🚀

Contributors PRs Welcome

[!TIP] Para guía completa de contribución, setup de desarrollo y standards de código, consulta la guía detallada.

  1. Fork del repositorio
  2. Branch para tu feature: git checkout -b feature/{FEATURE_NAME}
  3. Commit: npm run commit:ui (interfaz interactiva)
  4. Push y PR

🎯 Áreas prioritarias: {PRIORITY_AREAS}


📄 Licencia

License

MIT License - Libre para uso comercial y personal


👤 Autor

Desarrollado con ❤️ por {AUTHOR_NAME}

GitHub NPM


🎆 Inspirado Por

| Proyecto | Contribución | |:---------|:-------------| | {INSPIRATION_1} | {INSPIRATION_1_DESC} | | {INSPIRATION_2} | {INSPIRATION_2_DESC} | | {INSPIRATION_3} | {INSPIRATION_3_DESC} |

Made with ❤️ and a lot of ☕ by the open source community