This is a basic example of generating Java models using a Typescript type file as input and processor options. This can be extended to generating Go, C# and other supported language models.
Run this example using:
npm i && npm run start
If you are on Windows, use the start:windows
script instead:
npm i && npm run start:windows