@andres30xed/nest-hex
v0.5.5
Published
CLI tool that generates NestJS scaffolding using Hexagonal Architecture and CQRS
Maintainers
Readme
nest-hex
CLI tool that generates NestJS scaffolding using Hexagonal Architecture and CQRS.
📚 Documentation
- English Documentation - Complete guide in English
- Documentación en Español - Guía completa en Español
Quick Start
# Install globally
npm install -g @andres30xed/nest-hex
# Create a new project
nest-hex new my-project --orm typeorm --database postgresRequirements
- Node.js >= 18.0.0
- TypeScript strict mode
Architecture
This CLI follows Hexagonal Architecture principles:
- Domain: Core business logic and entities
- Application: Use cases, commands, and queries (CQRS)
- Infrastructure: External dependencies and implementations
- Presentation: CLI interface and user interaction
License
MIT
