@jfhbrook/cronkite

1.0.0 • Public • Published

cronkite

a dumb little cron-like scheduler built with node-cron

usage

cronkite loads a json file of cron expressions and commands. for example:

{
  "crontab": [
    [ "*/15 * * * *", "echo 'testing 123'" ]
  ]
}

if this file is in ./crontab.json, you can run:

npx @jfhbrook/cronkite

if the file has a different name, you can pass it in explicitly:

npx @jfhbrook/cronkite -- cron.json

license

Apache 2.0. See the LICENSE file for details.

Readme

Keywords

Package Sidebar

Install

npm i @jfhbrook/cronkite

Weekly Downloads

0

Version

1.0.0

License

Apache-2.0

Unpacked Size

15.9 kB

Total Files

6

Last publish

Collaborators

  • jfhbrook