Generates production-grade CRUD modules including TypeORM entities, NestJS controllers, and ACL wiring for the Rockets SDK.
The Rockets SDK CRUD Generator is a comprehensive automation tool designed to scaffold complete domain modules within the Rockets SDK ecosystem. It streamlines the creation of TypeORM entities, NestJS controllers, services, and complex DTO architectures while automatically handling Access Control Layer (ACL) wiring and project integration. By using a structured configuration, developers can instantly generate validated code that follows strict architectural patterns, including support for junction tables, ownership-based permissions, and relational mapping, significantly reducing boilerplate and manual wiring time.
Key Features
01Automated generation of TypeORM entities and NestJS modules from a single JSON config
02Intelligent project auto-wiring for entities, modules, and repository providers
03Post-generation validation scripts to ensure architectural integrity and build stability
04Integrated Access Control (ACL) with automated ownership-based permission logic
05Comprehensive DTO and Interface scaffolding for both API and shared packages
060 GitHub stars
Use Cases
01Implementing secure, role-based access control for specific domain resources and ownership checks
02Rapidly scaffolding a new database entity with full REST API endpoints and services
03Creating complex many-to-many junction tables with automated relational wiring