Skip to content

Instantly share code, notes, and snippets.

@Pipeliner
Created February 9, 2022 15:28
Show Gist options
  • Save Pipeliner/bdbdb1a0813ce3fe14ae0c5a35c158ed to your computer and use it in GitHub Desktop.
Save Pipeliner/bdbdb1a0813ce3fe14ae0c5a35c158ed to your computer and use it in GitHub Desktop.
$nest g resource aa bb cc dd ee
? What transport layer do you use? REST API
? Would you like to generate CRUD entry points? Yes
CREATE src/bb/aa/aa.controller.spec.ts (536 bytes)
CREATE src/bb/aa/aa.controller.ts (841 bytes)
CREATE src/bb/aa/aa.module.ts (226 bytes)
CREATE src/bb/aa/aa.service.spec.ts (432 bytes)
CREATE src/bb/aa/aa.service.ts (579 bytes)
CREATE src/bb/aa/dto/create-aa.dto.ts (28 bytes)
CREATE src/bb/aa/dto/update-aa.dto.ts (161 bytes)
CREATE src/bb/aa/entities/aa.entity.ts (19 bytes)
UPDATE src/app.module.ts (437 bytes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment