NestJS Tool is a tool to help you generate NestJS controllers, modules, services, exceptions, middlewares, pipes, interceptors, decorators, guards, exception filters, unit tests and more.
Right click on any folder/file in your current project. You can find multiple options that has been added to the context menu:
It will also automatically add your created files to app module or your own module depending on the context
- Install Visual Studio Code 1.82.0 or higher
- Launch Code
- From the command palette
Ctrl
-Shift
-P
(Windows, Linux) orCmd
-Shift
-P
(OSX) - Select
Install Extension
- Type
NestJSTool
and press enter - Install
MIT