Codama ➤ Renderers ➤ Demo
September 12, 2025 · View on GitHub
This package provides a demo implementation of a Codama renderer to help developers create their own.
Installation
pnpm install @codama/renderers-demo
Usage
Add the following script to your Codama configuration file.
{
"scripts": {
"demo": {
"from": "@codama/renderers-demo",
"args": ["docs"]
}
}
}