egg-plugin-hello
v1.0.0
Published
[![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][codecov-image]][codecov-url] [![David deps][david-image]][david-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][down
Downloads
2
Readme
egg-hello
Install
$ npm i egg-hello --save
Usage
// {app_root}/config/plugin.js
exports.hello = {
enable: true,
package: 'egg-hello'
}
Configuration
// {app_root}/config/config.default.js
exports.hello = {}
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
License
Publish
npm login
npm publish