1.3.0 • Published 1 year ago

nestjs-auto-generator-tool v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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.

Demo Application Usuage :

Click to Watch

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago