Skip to content

bradrydzewski/spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies:

npm install

Generate the schema at dist/schema.json

npm run schema

Generate the parser code at dist/go

npm run golang