[Feature Request] Add schematics for `nest generate`.
See original GitHub issueFeature Request
Let’s introduce schematics to the CRUD library. To keep it simple, just introduce schematics to the @nestjsx/crud-typeorm
package as initial PR.
As a user, I would like to following command:
nest g crud [name]
: Generates a new module, dummy Entity, CRUD service and CRUD controller with the given name. Wires everything up with the rootAppModule
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Adding support for custom Schematics #630 - nestjs/nest-cli
We would like to create custom schematics for consistency and ease of use. The ideal use case would be to integrate it with...
Read more >Usage - CLI | NestJS - A progressive Node.js framework
Generates and/or modifies files based on a schematic $ nest generate <schematic> <name> [options] $ nest g <schematic> <name> [options] ...
Read more >Nest thermostat star connector - Google Support
During setup, the app will give you a custom wiring diagram to install your Nest thermostat. You should only insert a wire into...
Read more >Introducing CLI Resource Generators: NestJS CRUD in 1 minute
Generate a module ( nest g mo ) to keep code organized and ... to install the latest version of @nestjs/cli and @nestjs/schematics...
Read more >Nrwl nx command to generate lib for nest module
I got the command that does the job finally and sharing with other encase they require help ng generate @nestjs/schematics:library ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @BrunnerLivio Sure, let’s do this!
@fstn @niccolofanton I got caught up and am still overloaded with work. If you wanna take on this feature, feel free.