egg-ts-task

任务队列组件

Usage no npm install needed!

<script type="module">
  import eggTsTask from 'https://cdn.skypack.dev/egg-ts-task';
</script>

README

egg-ts-task

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

Install

$ npm i egg-ts-task --save

Usage

// {app_root}/config/plugin.js
exports.tsTask = {
  enable: true,
  package: 'egg-ts-task',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT