Expand description
Effect-TS generator scaffold for Zynk API graphs.
Modules§
- lowering
- Lower Zynk schema type references into Effect Schema expressions.
- options
- Configuration options for Effect generator endpoint surfaces.
- printer
- TypeScript source printer for Effect client APIs.
- runtime
- Embedded Effect connector runtime shipped with generated clients.
- topological
- Stable topological ordering for model emission.
- types
- TypeScript type and Effect Schema expression pairs.
Structs§
- Effect
Generator - Concrete generator implementation for the Effect target.
Functions§
- generate
- Generate Effect client files with default options.
- generate_
with_ options - Generate Effect client files with explicit options.