0.0.1 • Published 9 years ago
cabi v0.0.1
cabi
Ambitious scheduler framework bulit with flowtype
Install
$ npm install cabiStarting 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>&1This 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
0.0.1
9 years ago