The Wyrly repository includes runnable examples. Each example is one scenario and one learning goal.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.
Recommended learning order
- Start with core examples.
- Learn graph inspection and validation.
- Move to the adapter that matches your framework.
Core examples
| Folder | Topic | Run |
|---|---|---|
examples/basic-ddd | tokens, @Injectable, scoped lifetimes, disposal | deno task example:basic-ddd |
examples/explicit-deps | explicit register({ deps }) without decorators | deno task example:explicit-deps |
examples/provider-patterns | useValue, useFactory, useExisting | deno task example:provider-patterns |
examples/dependency-graph | inspect() and validate() | deno task example:dependency-graph |
Adapter examples
| 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 | @wyrly/graphql with scoped DataLoader | 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 |
Run everything
net permission.