question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Add schematics for `nest generate`.

See original GitHub issue

Feature 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 root AppModule.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
michaelyalicommented, Aug 11, 2019

Hey @BrunnerLivio Sure, let’s do this!

0reactions
BrunnerLiviocommented, Aug 5, 2020

@fstn @niccolofanton I got caught up and am still overloaded with work. If you wanna take on this feature, feel free.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found