Skip to content

A code generator for OpenAPI written in node and designed to have pluggable generators

License

Notifications You must be signed in to change notification settings

Aksuta/openapi-generator-plus

 
 

Repository files navigation

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

About

A code generator for OpenAPI written in node and designed to have pluggable generators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%