メインコンテンツへスキップ

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 は、焦点を絞った小さなパッケージ群として公開されています。

パッケージ一覧

PackageDeno JSRnpmDescription
@wyrly/coreyesyesCore container、tokens、lifetimes、validation
@wyrly/expressyesyesExpress 5 middleware
@wyrly/honoyesyesHono middleware
@wyrly/graphqlyesyesGraphQL request scope
@wyrly/nextyesyesNext.js App Router helpers
@wyrly/freshyesnoFresh 2.x helpers

コアパッケージ

まず core package をインストールします。
deno add jsr:@wyrly/core
または:
npm install @wyrly/core

必要に応じてアダプターを追加する

Next.js application の場合:
npm install @wyrly/next @wyrly/core
Hono application の場合:
deno add jsr:@wyrly/hono jsr:@wyrly/core
Express application の場合:
npm install @wyrly/express @wyrly/core

レジストリリンク