vs code extension to quickly create NestJS Code Generator using
Right click on any folder/file in your current project. You can find multiple options that has been added to the context menu:
Folder Menu Options |
---|
NestJS - Generate GraphQL CRUD |
- Install Visual Studio Code 1.40.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(OSX) - Select
Install Extension
- Type
NestJS Code Generator
and press enter - Install
MIT