@fresha/openapi-codegen-docs-json-api
v0.4.0
Published
Better OpenAPI documentation generator for JSON:API
Downloads
19
Readme
@fresha/openapi-codegen-docs-json-api
Documentation generator for OpenAPI schemas.
Installation
This generator is installed along with @fresha/openapi-codegen
.
$ npm install @fresha/openapi-codegen
Usage
Listing available options
npx fresha-openapi-codegen docs-json-api --help
Generating source code
npx fresha-openapi-codegen docs-json-api \
--input PATH_TO_OPENAPI_SCHEMA_FILE
--output ROOT_DIR_NPM_PROJECT
--json-api
where:
--json-api
is used to make generator generate the code according to JSON:API specification