Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 182 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 182 Bytes

Install dependencies:

npm install

Generate the schema bundle at dist/schema.json

npm run bundle

Generate the parser code at dist/go

npm run generate