A Type-Safe Clean Architecture Builder “Weaving structure into logic.”
r-fabric brings structure, boundaries, and flow to your TypeScript applications. It enforces Clean Architecture by design — not by convention.
- 🔒 Type-Safe — Complete type safety from input to output
- 📦 TypeScript First — Built exclusively for TypeScript
- 🧩 Zero Runtime Dependencies — Fully self-contained
- 🧪 Well Tested — Comprehensive test coverage
Env: Node 18+ / TS 5.3+ (ES2020 target recommended)
npm install# Build
npm run build
# Test
npm test
# Test with coverage
npm run test
# Test in watch mode
npm run test:watch
# Test with UI
npm run test:ui
# Lint
npm run lint
# Format
npm run format
# Dev mode (watch)
npm run devMIT