ebitgeek / egg-plugin-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-plugin-test

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

Install

$ npm i egg-plugin-test --save

Usage

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

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%