Skip to content

risk/r-fabric

Repository files navigation

r-fabric

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.

🎯 Key Features

  • 🔒 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

Installation

Env: Node 18+ / TS 5.3+ (ES2020 target recommended)

npm install

Development

# 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 dev

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors