1.0.0 • Published 3 years ago
@openapi-generator-plus/indexed-type v1.0.0
OpenAPI Generator+
A code generator platform for OpenAPI 2.0 and 3.0 written in TypeScript and Node.js, with modular language-specific generator modules.
Installing and using
See OpenAPI Generator+ CLI for more information.
Building the project
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