Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 312 Bytes

File metadata and controls

14 lines (10 loc) · 312 Bytes

Example 01: Linear Transform

Input ───▶ Transform ───▶ Output

A single transform (trim + lowercase) mapping a string to a string.

Run

pnpm build            # build the workspace packages first
pnpm --filter @composable-model-graph/example-01-linear-transform start