Skip to content

Latest commit

 

History

History
 
 

java-from-typescript-type-with-options

TODO: Generate Java model from a TypeScript Types file using processor options

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.

How to run this example

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