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 🙏

© 2025 – Pkg Stats / Ryan Hefner

cw-method-rdd

v1.3.3

Published

CW Method RDD - Rules Driven Development para desarrollo con IA

Readme

CW Method RDD (Rules Driven Development)

Sistema de especificaciones y reglas de desarrollo con soporte para agentes IA (Cursor)

🚀 Instalación y uso

Instalación de Reglas

Después de instalar el paquete desde npm, puedes instalar las reglas en tu proyecto:

# Instalación interactiva (detecta automáticamente el tipo de proyecto)
npx cw-method-rdd install

# Instalación con tipo específico (sin prompts)
npx cw-method-rdd install --type=frontend
npx cw-method-rdd install --type=backend
npx cw-method-rdd install --type=flutter

# Modo silencioso (usa configuración por defecto)
npx cw-method-rdd install --silent

# Sin guardar archivo de configuración
npx cw-method-rdd install --skip-config

Salida esperada:

✅ 22 reglas de flutter instaladas
✅ 3 reglas generales instaladas
✅ 3 agentes instalados
✅ hooks.json creado
✅ Configuración guardada en .cw-rdd.json

📂 Estructura Resultante

Después de la instalación:

tu-proyecto/
├── .cursor/
│   ├── rules/
│   │   ├── architecture.mdc
│   │   ├── cleancode.mdc
│   │   ├── colors.mdc
│   │   ├── documentation.mdc
│   │   ├── icons.mdc
│   │   ├── internationalization.mdc
│   │   ├── solid.mdc
│   │   ├── states-management.mdc
│   │   └── test.mdc
│   ├── commands/
│   │   ├── developer.md
│   │   ├── prompt-engineer.md
│   │   └── scrum.md
│   └── hooks.json
└── .cw-rdd.json

🎯 Tipos de Proyecto Soportados

  • frontend: React, Vue, Angular, Next.js, Nuxt
  • backend: Node.js, Express, NestJS, Fastify
  • móvil: Aplicaciones móviles con Flutter/Dart

🛠️ Comandos Disponibles

# Instalar reglas
npx cw-method-rdd install

# Instalar tipo específico
npx cw-method-rdd install --type=frontend

# Listar reglas disponibles
npx cw-method-rdd list

# Validar reglas instaladas
npx cw-method-rdd validate

# Ver versión
npx cw-method-rdd --version

# Ayuda
npx cw-method-rdd --help

🔄 Actualizar el Paquete

Para actualizar a la última versión después de publicar:

# Si se instaló localmente
npm update cw-method-rdd

# Si se instaló globalmente
npm update -g cw-method-rdd

# O reinstalar la última versión
npm install cw-method-rdd@latest --save-dev

📚 Documentación

Ver carpeta /docs para documentación completa.

🤝 Contribuir

Las contribuciones son bienvenidas. Por favor revisa las guías de contribución.

📝 Licencia

MIT