Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 173 Bytes

File metadata and controls

17 lines (12 loc) · 173 Bytes

Install dependencies:

npm install

Generate the schema at dist/schema.json

npm run schema

Generate the parser code at dist/go

npm run golang