@mauts/core
v0.0.1
Published
Mau Core: a structured, class driven way to write APIs. Experimental framework core.
Maintainers
Readme
@mauts/core
🚧 Experimental — Mau is in early development.
Mau is a TypeScript-first, class-oriented backend framework for Bun. It embraces an OOP-style programming model with controllers, modules, and decorators.
Inspired by NestJS and Angular, Mau brings a familiar development experience with schema-first validation, modern DX, and Bun-level performance.
This package (@mauts/core) is the foundation of the framework.
import { helloMau } from "@mauts/core";
console.log(helloMau());
// "mau 🐈 — hello world!"