まずDocumentation Index
Fetch the complete documentation index at: https://docs.wyrly.dev/llms.txt
Use this file to discover all available pages before exploring further.
@wyrly/core をインストールします。フレームワークアダプターは、アプリで必要になったときだけ追加してください。
Deno 2.x
Deno project では JSR を使います。@wyrly/core から import します。
Node.js 20+
Node.js とバンドラーベースのアプリケーションでは npm を使います。Bun
Bun では npm パッケージを使います。Framework adapters
ランタイムに合うアダプターをインストールします。| Runtime | Package |
|---|---|
| Next.js App Router | @wyrly/next |
| Express | @wyrly/express |
| Hono | @wyrly/hono |
| Fresh 2.x | @wyrly/fresh |
| GraphQL request context | @wyrly/graphql |
要件
- TypeScript 5+
- 標準デコレーター
experimentalDecorators: false- ESM 対応のランタイムまたはバンドラー
- Deno 2.x、Node.js 20+、Bun、または対応 Web フレームワーク
reflect-metadata や emitDecoratorMetadata を必要としません。