1.0.2 • Published 4 months ago

my-nest v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

MyNest CLI

A custom CLI tool to streamline NestJS project setup and development, providing essential commands for project creation, Swagger documentation generation, and authentication setup.

Installation

You can install the CLI globally using npm:

npm install -g my-nest

Or use it locally in a project:

npm install my-nest

Commands

1. Create a New Project

Generate a new NestJS project with a predefined structure.

my-nest create

2. Generate Swagger Documentation

Automatically generate OpenAPI documentation using Swagger.

my-nest swagger

3. Setup Authentication

Quickly scaffold authentication using JWT-based authentication.

my-nest auth

Contributing

Feel free to open issues or submit pull requests if you find any bugs or want to contribute enhancements.

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago