Installation
No external dependencies required! The framework works with SWC and TypeScript's native decorator support.
Requirements
TypeScript 5.0 or higher
SWC or TypeScript compiler with decorator support enabled
Install the Package
or with yarn:
or with bun:
Configuration
TypeScript Configuration
Ensure your tsconfig.json has the following settings:
SWC Configuration
If you're using SWC, ensure your .swcrc has decorator support enabled:
No Additional Dependencies
The decorators are fully integrated with SWC's native support - no need for reflect-metadata or any other polyfill. This keeps your bundle size small and your dependencies minimal.
Verify Installation
Create a simple test file to verify the installation:
Run the file with your TypeScript runner (ts-node, tsx, bun, etc.):
Next Steps
Now that you have the framework installed, learn how to use it:
Quick Start - Learn the basics with simple examples
API Reference - Complete API documentation