Overview Version History Q & A Rating & Review
NestJS File Generator for VSCode
Are you tired of manually creating files for your NestJS projects in Visual Studio Code? We have the solution for you! Introducing the NestJS File Generator extension for VSCode.
With this powerful extension, you can streamline your NestJS development workflow by generating files with just a few clicks. Whether you need a new class, controller, decorator, or any other NestJS component, our extension has you covered.
Requirements
Features
Title
Command
Purpose
Nest: Make Class
nest.file.class
Generates a new Class
Nest: Make Controller
nest.file.controller
Generates a new Controller
Nest: Make Decorator
nest.file.decorator
Generates a new Decorator
Nest: Make Update Dto
nest.file.dto
Generates a new Update Dto
Nest: Make Exception
nest.file.exception
Generates a new Exception
Nest: Make Exception Filter
nest.file.exception-filter
Generates a new Exception Filter
Nest: Make Filter
nest.file.filter
Generates a new Filter
Nest: Make Gateway
nest.file.gateway
Generates a new Gateway
Nest: Make Guard
nest.file.guard
Generates a new Guard
Nest: Make Interceptor
nest.file.interceptor
Generates a new Interceptor
Nest: Make Jwt Guard
nest.file.jwt-guard
Generates a new Jwt Guard
Nest: Make Jwt Strategy
nest.file.jwt-strategy
Generates a new Jwt Strategy
Nest: Make Middleware
nest.file.middleware
Generates a new Middleware
Nest: Make Logger
nest.file.logger
Generates a new Logger
Nest: Make Module
nest.file.module
Generates a new Module
Nest: Make Pipe
nest.file.pipe
Generates a new Pipe
Nest: Make Provider
nest.file.provider
Generates a new Provider
Nest: Make Resolver
nest.file.resolver
Generates a new Resolver
Nest: Make Service
nest.file.service
Generates a new Service
Nest: Make Test
nest.file.spec
Generates a new Test
Nest: Start Server
nest.terminal.start
Launches the Nest Server
Nest: Start Server (Dev mode)
nest.terminal.start.dev
Launches the Nest Development Server
Nest: Start Server (Debug mode)
nest.terminal.start.debug
Launches the Nest Debug Server
Nest: Start Server (Production mode)
nest.terminal.start.prod
Launches the Nest Production Server
Other Repositories
Changelog
See CHANGELOG.md
Authors
See also the list of contributors who participated in this project.
License
NestJS File Generator for VSCode is licensed under the MIT License - see the MIT License for details.