@vercube/core
v0.0.46
Published
Core module for Vercube framework
Readme
@vercube/core
Core framework for building HTTP APIs
The heart of Vercube - everything you need to build fast, type-safe APIs with decorators, dependency injection, and validation.
✨ Features
- Declarative Routing - define endpoints with
@Controller,@Get,@Postand friends - Dependency Injection - built-in IoC container, just
@Injectwhat you need - Validation - works with Zod, Valibot, ArkType out of the box
- Middleware - hook into request/response lifecycle
- Runtime Agnostic - runs on Node.js, Bun, and Deno
📦 Installation
pnpm add @vercube/core📖 Usage
Check out the full documentation
