egg-openapi
Install
$ npm i egg-openapi --save
Usage
// {app_root}/config/plugin.jsexportsopenapi = enable: true package: 'egg-openapi';
Configuration
// {app_root}/config/config.default.jsexportsopenapi = {};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.