@hurase/cli
v0.12.0
Published
**Hurase** is a powerful, context-aware CLI designed to build high-performance Backends using **Hono.js** with the architectural discipline of **NestJS**. Itβs built for speed, scalability, and zero runtime overhead. ## π Key Features * β‘ **Ultra Fast:*
Readme
π¦ HURASE CLI Ecosystem
Turning Node.js, bun.js Backend into a Professional Production Line
Hurase is a powerful, context-aware CLI designed to build high-performance Backends using Hono.js with the architectural discipline of NestJS. Itβs built for speed, scalability, and zero runtime overhead.
π Key Features
- β‘ Ultra Fast: Project initialization and module generation in milliseconds.
- ποΈ Modular Monolith: Built-in support for isolated apps within a single project.
- π€ Context-Aware AI (Coming Soon): Intelligent code generation that understands your project structure.
- π οΈ Zero Runtime Overhead: Hurase disappears after build; only pure, high-performance Hono.js remains.
πΌοΈ Hurase CLI Showcase
| π οΈ Step 1: Initialization | π¦ Step 1: Database Setup |
| :---: | :---: |
|
|
|
| Create your project DNA in 19ms | Choose your favorite ORM/DB |
| π Step 2: Architecture | π Step 3: Project Overview |
| :---: | :---: |
|
|
|
| Clean Modular Monolith Layout | Track versions and project metadata |
π¦ Installation
npm i -g @hurase/cli
π οΈ Quick Start
1. Initialize a new project
hurase init
2. Create a new micro-app
hurase create:app
3. Add a new router (Inside app directory)
hurase make:router
4. Overview your project
hurase info:project
π Project Structure
Hurase enforces a clean, industry-standard directory layout:
./
βββ apps/ # Your micro-applications (e.g., admin, api)
βββ config/ # Centralized DB and Server configs
βββ plugins/ # Shared logic and middlewares
βββ schemas/ # Single Source of Truth for data
βββ hurase.json # Project DNA
βββ main.js # Entry point
π‘οΈ Architecture & Philosophy
Hurase follows the Tooling vs Framework philosophy. We provide the scaffolding and the automation, giving you full control over your code without any vendor lock-in.
π Roadmap
- [x] Core CLI Engine (v0.10.0)
- [ ] Advanced code Injection (v0.20.0)
- [ ] Official v1.0.0 Release
- [ ] Hurase AI Integration and hurase hub platform (v2.0.0)
π¨βπ» Author
Proudly part of SHG (Saad Hammam Group).
