CLI Tool
Command-line interface for generating NodeJS CRUD operations with authentication and RBAC.
$ npm install -g @ucg/cli
$ ucg generate --model User --auth rbac --multicompany
✨ Generated 18 files in 2.1s
Features
- • Generate complete CRUD operations
- • Built-in authentication and RBAC
- • Multi-company architecture support
- • Database integration (MongoDB, PostgreSQL, MySQL)
- • Customizable templates