nestjs-auto-generator-tool
v1.3.0
Published
an npm package which automatically generates modules, controllers, services, DTOs, and Entities for NestJS projects.
Downloads
6
Readme
nestjs-auto-generator-tool
An npm package which automatically generates modules, controllers, services, DTOs, and Entities for NestJS projects. It also adds Swagger Documentation for the CRUD operations automatically enchancing Developer Productivity.
NestJS description:
NestJS is a progressive Node.js framework for building efficient, reliable, and scalable server-side applications. It uses TypeScript and is heavily inspired by Angular.
Installation
You can install nestjs-auto-generator-tool
globally using npm:
npm install -g nestjs-auto-generator-tool
Usage
To use the tool, you can run the following command in your project directory:
npx nestjs-auto-generator-tool generate <name>
Replace with the desired name of your module, controller, service, DTO, or entity. The tool will prompt you to specify what you want to generate and will create the appropriate files in your project.
Features
Automatic Code Generation: Quickly generate NestJS modules, controllers, services, DTOs, and entities.
Time-Saving: Reduce the amount of boilerplate code and speed up your development process.
Consistency: Ensure a consistent structure and coding style across your NestJS project.