This package provides a demo implementation of a Codama renderer to help developers create their own.
pnpm install @codama/renderers-demo
Add the following script to your Codama configuration file.
{
"scripts": {
"demo": {
"from": "@codama/renderers-demo",
"args": ["docs"]
}
}
}