https://github.com/luckyscript/egg-serverchan
https://github.com/luckyscript/egg-serverchan
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luckyscript/egg-serverchan
- Owner: luckyscript
- License: mit
- Created: 2020-08-05T04:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T05:48:05.000Z (over 5 years ago)
- Last Synced: 2024-12-31T13:18:12.220Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# egg-serverChan
[![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]][download-url]
[npm-image]: https://img.shields.io/npm/v/egg-serverChan.svg?style=flat-square
[npm-url]: https://npmjs.org/package/egg-serverChan
[travis-image]: https://img.shields.io/travis/eggjs/egg-serverChan.svg?style=flat-square
[travis-url]: https://travis-ci.org/eggjs/egg-serverChan
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-serverChan.svg?style=flat-square
[codecov-url]: https://codecov.io/github/eggjs/egg-serverChan?branch=master
[david-image]: https://img.shields.io/david/eggjs/egg-serverChan.svg?style=flat-square
[david-url]: https://david-dm.org/eggjs/egg-serverChan
[snyk-image]: https://snyk.io/test/npm/egg-serverChan/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/egg-serverChan
[download-image]: https://img.shields.io/npm/dm/egg-serverChan.svg?style=flat-square
[download-url]: https://npmjs.org/package/egg-serverChan
## Install
```bash
$ npm i egg-serverchan --save
```
## Usage
```js
// {app_root}/config/plugin.js
exports.serverChan = {
enable: true,
package: 'egg-serverChan',
};
```
## Configuration
```js
// {app_root}/config/config.default.js
exports.serverChan = {
};
```
see [config/config.default.js](config/config.default.js) for more detail.
## Example
## Questions & Suggestions
Please open an issue [here](https://github.com/eggjs/egg/issues).
## License
[MIT](LICENSE)