0.4.0 • Published 11 months ago

@fresha/openapi-codegen-docs-json-api v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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