@codama/renderers-vixen-parser
v1.2.8
Published
Renders Yellowstone Account and Instruction Parsers
Maintainers
Readme
Codama ➤ Renderers ➤ Vixen Parser
This package renders Yellowstone account and instruction parsers.
Installation
pnpm install @codama/renderers-vixen-parserUsage
Add the following script to your Codama configuration file.
{
"scripts": {
"demo": {
"from": "@codama/renderers-vixen-parser",
"args": [
{
"projectFolder": ".",
"projectName": "myProgram"
}
]
}
}
}