@fresha/openapi-codegen-client-fresha
v0.2.9
Published
OpenAPI code generation for Fresha clients
Downloads
3
Readme
@fresha/openapi-codegen-client-fresha
OpenAPI code generator for Fresha 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-fresha --help
Generating source code
npx fresha-openapi-codegen client-fresha \
--input PATH_TO_OPENAPI_SCHEMA_FILE
--output PACKAGE_DIR
--json-api
where:
--json-api
is used to make generator generate the code according to JSON:API specification