0.2.0-alpha • Published 6 years ago

egg-openapi v0.2.0-alpha

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

egg-openapi

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

Install

$ npm i egg-openapi --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT