brew install nodebrew install openjdkChange to this directory before running the scripts:
cd openapi-generatorInstall the dependencies:
npm iGenerate the TypeScript SDK:
npm run generateBuild the package:
npm run buildThe package is ready to be published!
See example.