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