What problem does it solve?
This skill helps developers integrate and maintain legacy nestjs-crud v1.x within NestJS projects by providing setup guidance for CRUD controllers, query filters, pagination, and scoped authentication with @CrudAuth, plus troubleshooting tips for common v1 issues.
Core Features & Use Cases
- Guided setup for CRUD controllers, query parsing, pagination, and Swagger integration in v1 projects.
- Troubleshooting and migration guidance for common v1 symptoms (e.g., flat arrays from getManyBase, misapplied filters, maxLimit concerns) and how to upgrade to v2.
- Best-practice patterns for auth scoping, route overrides, and interoperability with adapters (TypeORM, Drizzle, MikroORM).
- Real-world scenarios and step-by-step decision guidance for maintaining, debugging, and upgrading legacy v1 implementations.
Quick Start
Follow the steps to add v1 to your NestJS project, configure @Crud, enable CrudAuth scoping, and verify endpoints and Swagger behavior.