This package renders Yellowstone account and instruction parsers.
pnpm install @codama/renderers-vixen-parserAdd the following script to your Codama configuration file.
{
    "scripts": {
        "demo": {
            "from": "@codama/renderers-vixen-parser",
            "args": [
                {
                    "projectFolder": ".",
                    "projectName": "myProgram"
                }
            ]
        }
    }
}