1.0.5 • Published 4 years ago

egg-joi-swagger v1.0.5

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

egg-joi-swagger

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

Install

$ npm i egg-joi-swagger --save

Usage

// {app_root}/config/plugin.js
exports.joiSwagger = {
  enable: true,
  package: 'egg-joi-swagger',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT