Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 278 Bytes

openapi.md

File metadata and controls

10 lines (10 loc) · 278 Bytes

Genereate typescript client as an npm library

docker run --rm \
  -v ${PWD}:/local \
  openapitools/openapi-generator-cli generate \
  -i /local/swagger.json \
  -g typescript-node \
  -o /local/out/ \
  --additional-properties supportsES6=true,npmName=ts-harbor-client