0.0.1 • Published 7 years ago

cabi v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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