Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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