@fresha/openapi-codegen-client-typescript
v0.1.0
Published
OpenAPI code generation for TypeScript clients
Downloads
1
Readme
@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