@ereactthohir/cli
v1.5.0
Published
CLI tools with model, controller, migration, and service generators
Readme
@ereactthohir/cli 🛡️
The official Command Line Interface for the EreactThohir framework.
🚀 Features
- Development Server:
ereact devstarts your app instantly. - Security:
ereact key:generatesecures your application. - Scaffolding: Rapidly generate controllers, models, migrations, and more.
- Database: Built-in migration and seeding management.
- Debugging:
ereact route:listto visualize your application's entry points.
📦 Installation
npm install -g @ereactthohir/cli🛠️ Usage
# Start development
ereact dev
# Database migrations
ereact migrate
ereact migrate:rollback
# Scaffolding
ereact make:controller UserController
ereact make:model User
ereact make:migration create_users_table
# Security
ereact key:generate📄 License
Licensed under the MIT License.
