1.0.2 • Published 10 months ago
my-nest v1.0.2
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-nestOr use it locally in a project:
npm install my-nestCommands
1. Create a New Project
Generate a new NestJS project with a predefined structure.
my-nest create2. Generate Swagger Documentation
Automatically generate OpenAPI documentation using Swagger.
my-nest swagger3. Setup Authentication
Quickly scaffold authentication using JWT-based authentication.
my-nest authContributing
Feel free to open issues or submit pull requests if you find any bugs or want to contribute enhancements.