1.0.2 • Published 4 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-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.