cabi

0.0.1 • Public • Published

cabi

NPM version Build Status Circle Status Test coverage Dependency Status

Ambitious scheduler framework bulit with flowtype

Install

$ npm install cabi

Starting The Scheduler

When using the scheduler, you only need to add the following Cron entry to your server.

* * * * * node /path/to/cabi run >> /dev/null 2>&1

This Cron will call the cabi command scheduler every minute. When the run command is executed, cabi will evaluate your scheduled tasks and runs the tasks that are due.

Prior Art

cabi wouldn't exist if it wasn't for excellent prior art. cabi has been inspired by the following projects:

License

MIT © C.T. Lin

Package Sidebar

Install

npm i cabi

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • chentsulin