A code generator platform for OpenAPI 2.0 and 3.0 written in TypeScript and Node.js, with modular language-specific generator modules.
See OpenAPI Generator+ CLI for more information.
This project uses nvm for managing the versions of node and npm, and lerna for managing the monorepo project structure.
To setup nvm
:
nvm install
nvm use
To install and build the project:
npx lerna bootstrap
npm run build
npm run watch
To run the tests:
npm test