Skip to content

Latest commit

 

History

History
 
 

java-from-typescript-type

Generate Java from a TypeScript Types file

This is a basic example of generating Java models using a Typescript type file as input. 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