chronos
July 16, 2025 ยท View on GitHub
Node.js CLI tool for running scripts on a schedule.
Installation
npm install -g @freearhey/chronos
Usage
chronos --execute="echo Hello World" --pattern="*/15 * * * * *"
Arguments:
-e, --execute: command to be executed-p, --pattern: cron pattern-l, --log: enable console log (default:false)
Contribution
If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.