Skip to content

v2.1.1

@lutfianRhdn lutfianRhdn tagged this 05 Dec 10:41
Major Features:
- Complete CRUD generator (generates 7 files + Prisma model)
- 15+ CLI commands for code generation, database, and development
- Interactive mode with beautiful colored UI
- Smart project detection and type-safe code generation
- Hexagonal architecture enforcement

CLI Commands:
- hexa generate crud <name> - Generate complete CRUD system
- hexa db migrate/fresh/reset/seed - Database management
- hexa serve/build/test - Development workflow
- Command shortcuts (hexa g c = hexa generate controller)

Technical Details:
- 16+ TypeScript files (~1,800 lines)
- Commander.js + Inquirer.js + Chalk + Ora
- Zero TypeScript compilation errors
- Published to npm registry

Impact:
- 600x faster CRUD generation (45 min  3 sec)
- Consistent code quality
- Best practices enforcement
- Laravel Artisan-level productivity for TypeScript

Package: create-hexa-framework-app@2.1.1
npm: https://www.npmjs.com/package/create-hexa-framework-app
Assets 2
Loading