Skip to content

Files

Latest commit

jonaslagonikennethaasanjano-petrasnilkanth987marakalwa
Jan 28, 2025
e9e46b3 · Jan 28, 2025

History

History

typescript-generate-jsonbinpack

TypeScript data models with jsonbinpack support

A basic example of how to generate models with jsonbinpack support.

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