Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 501 Bytes

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