0.0.9 • Published 3 years ago

egg-openapi-oas3 v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

egg-openapi-oas3

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-openapi-oas3 --save

Usage

// {app_root}/config/plugin.js
exports.openapiOas3 = {
  enable: true,
  package: 'egg-openapi-oas3',
};

Configuration

// {app_root}/config/config.default.js
exports.openapiOas3 = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT