1.1.0 • Published 7 years ago

egg-wilddog v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

egg-wilddog

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

Install

$ npm i egg-wilddog --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT