nestjs
Installation
SKILL.md
NestJS Framework Skill
Master NestJS for building scalable, maintainable Node.js applications with TypeScript, dependency injection, and enterprise patterns.
Quick Start
NestJS app in 4 steps:
- Create Project -
nest new project-name - Define Modules - Organize features
- Add Controllers - Handle requests
- Create Services - Business logic