Skip to content

NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

License

Notifications You must be signed in to change notification settings

hypoport/openapi-typescript-codegen

 
 

Repository files navigation

OpenAPI Typescript Codegen

Fork of https://github.com/hypoport/openapi-typescript-codegen

How to test

Make sure the correct api spec is reference under /test/index.spec.ts (for example ./test/homecloud-api-specs.json if you want to test against a local file)

The test command will generate the services under test/generated and do some basic validation tests.

  npm run test

How to release

  npm run release
  npm pack

Copy and paste the file

About

NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 85.5%
  • Handlebars 13.4%
  • JavaScript 1.1%