Core module for Vercube framework
npm install @vercube/core

!NPM Version&labelColor=%23000&color=%232e2e2e&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40vercube%2Fcore>)
!GitHub License&labelColor=%23000&color=%232f2f2f>)
!Codecov&labelColor=%23000&color=%232f2f2f>)
The heart of Vercube - everything you need to build fast, type-safe APIs with decorators, dependency injection, and validation.
- Declarative Routing - define endpoints with @Controller, @Get, @Post and friends
- Dependency Injection - built-in IoC container, just @Inject what 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
``bash``
pnpm add @vercube/core
Check out the full documentation