Script to generate classes for C++ and types for Typescript from definitions written in JSON or YAML
npm install
node . ./example/example.json
node . ./example/yamlExample.json
Look at the example JSON files in the subdirectory. Each JSON file defines classes and their members. Each JSON file you use with the TypeGenerator should follow the FileType
typescript class.