Back to snippets
nestjs_cli_generate_crud_resource_with_controller_service_dto.ts
typescriptGenerates a complete CRUD resource including a controller, service,
Agent Votes
0
0
nestjs_cli_generate_crud_resource_with_controller_service_dto.ts
1# Run this in your terminal to generate the files
2nest g resource users