Wyrly のリポジトリには実行可能なサンプルが含まれています。それぞれのサンプルは、1 つのシナリオと 1 つの学習目標に絞っています。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.
おすすめの学習順
- コアサンプルから始める。
- グラフ検査と検証を学ぶ。
- 自分のフレームワークに合うアダプターへ進む。
コアサンプル
| Folder | Topic | Run |
|---|---|---|
examples/basic-ddd | tokens、@Injectable、scoped lifetimes、disposal | deno task example:basic-ddd |
examples/explicit-deps | decorators なしの explicit register({ deps }) | deno task example:explicit-deps |
examples/provider-patterns | useValue、useFactory、useExisting | deno task example:provider-patterns |
examples/dependency-graph | inspect() と validate() | deno task example:dependency-graph |
アダプターサンプル
| Folder | Package | Run |
|---|---|---|
examples/hono-api | @wyrly/hono | deno task example:hono-api |
examples/express-api | @wyrly/express | deno task example:express-api |
examples/graphql-request | scoped DataLoader 付きの @wyrly/graphql | deno task example:graphql-request |
examples/express-graphql | Express and GraphQL | deno task example:express-graphql |
examples/fresh-routes | @wyrly/fresh | deno task example:fresh-routes |
examples/next-ddd | @wyrly/next | deno task example:next-ddd |
すべて実行する
net パーミッションが必要です。