rubyhexagen
v1.1.2
Published
Enterprise-grade CLI for scaffolding Vortex Ruby Hexagonal Applications
Readme
RubyHexaGen 💎
The official scaffolder for the Vortex Ruby Hexa-Framework. Build elite, domain-first Ruby applications without the Rails magic.
Developed by rbaezc. Licensed to Vortex Solutions.
🚀 The Vortex Ruby Stack
- Web Layer: Roda (Routing Tree)
- Persistence: ROM or Sequel
- Logic: Dry-Monads (Functional Core)
- System: Dry-System (DI Container)
🏗️ Installation
npx rubyhexagen init MyProject🛠️ CLI Reference
init <name>
Scaffolds a complete Vortex Ruby Hexagonal project structure.
gen <type> <name>
Generates hexagonal artifacts.
<type>:context,entity,use-case,repository,route.
Developed by rbaezc. Licensed to Vortex Solutions.
