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' // 可选
  }
};

Package Sidebar

Install

npm i egg-agenda

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

2.34 kB

Total Files

4

Last publish

Collaborators

  • czciou