@freearhey/chronos
v0.0.1
Published
Node.js CLI tool for running scripts on a schedule
Downloads
4,719
Maintainers
Readme
chronos
Node.js CLI tool for running scripts on a schedule.
Installation
npm install -g @freearhey/chronosUsage
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.
