Skip to content

Script to generate classes for C++ and types for Typescript from JSON data

License

Notifications You must be signed in to change notification settings

MckAudio/TypeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeGenerator

Script to generate classes for C++ and types for Typescript from definitions written in JSON or YAML

Get Started

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.

About

Script to generate classes for C++ and types for Typescript from JSON data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published