@alphacodez/alphacli
v0.0.1-beta.2
Published
A blazing-fast CLI tool for generating modular, production-ready NestJS architecture — save time, stay consistent, and scaffold like a pro.
Maintainers
Readme
alphacli 🚀
A blazing-fast CLI tool for generating modular, production-ready NestJS architecture — save time, stay consistent, and scaffold like a pro.
✨ Features
Quickly scaffold new NestJS modules
Enforces modular project structure and best practices
Simple and intuitive command interface
Customizable templates (Handlebars-based)
Built with TypeScript for type safety and scalability
Supports MongoDB and PostgreSQL databases with Mongoose and TypeORM
📦 Installation
First, install it globally:
npm i -g @alphacodez/alphacli
⚡️ Usage
✅ Project Setup
alphacli bootstrap
✅ Generate Module
alphacli generate:module <module-name>
✅ Example:
alphacli generate:module auth
🧩 Coming Soon
Generate services, controllers, and gateways independently
Interactive prompts for dynamic template generation
Configurable project structures
Auto-import into the root app.module.ts (optional feature)
👨💻 Author
Ismail Akintunde (alphacodez)
📜 License
MIT
