README.md

July 11, 2024 ยท View on GitHub

Install dependencies:

npm install

Generate the schema at dist/schema.json

npm run schema

Generate the parser code at dist/go

npm run golang