🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@jfhbrook/cronkite

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jfhbrook/cronkite

a baby task scheduler

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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.

Keywords

cron

FAQs

Package last updated on 12 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts