#How can I add my own schematic?
2 messages · Page 1 of 1 (latest)
The NestJS CLI uses Angular Schematics for its file generation. You can create your own collection and schematics file and have the Nest CLI generate it. nest-commander has an example of how you can take Nest's existing schematics and extend them