A project containing some generators for OpenAPI Generator +
npx lerna bootstrap
npm run build
npm run watch
If you're making changes to core at the same time:
- In the
openapi-generator-plus/packages/core
folder, executenpm link --ignore-scripts
- In this project, execute
npm link @openapi-generator-plus/core