0.1.0 • Published 2 years ago

@fresha/openapi-codegen-client-typescript v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@fresha/openapi-codegen-client-typescript

OpenAPI code generator for TypeScript clients.

Installation

This generator is installed along with @fresha/openapi-codegen.

$ npm install @fresha/openapi-codegen

Usage

Listing available options

npx fresha-openapi-codegen client-typescript --help

Generating source code

npx fresha-openapi-codegen client-typescript \
  --input PATH_TO_OPENAPI_SCHEMA_FILE
  --output ROOT_DIR_OF_NESTJS_PROJECT
  --nest-app NAME_OF_NESTJS_SUBAPP
  --json-api

where:

--json-api is used to make generator generate the code according to JSON:API specification