egg-agenda

1.0.0 • Public • Published

egg agenda

install

npm install egg-agenda

Usage

  • add config in config/plugin.js
exports.agenda = {
  enable: true,
  package: 'egg-agenda',
};
  • add config in config/config.default.js
config.agenda = {
  client: {
    db: 'xxx',
    collection: 'xx' // 可选
  }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i egg-agenda

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.34 kB

Total Files

4

Last publish

Collaborators

  • czciou