1.0.0 • Published 5 years ago

@fofx/cron v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

fofx-cron

An input plugin for crontab-flavoured scheduled tasks for fofx

  • type: "cron"
  • params (these go in your plugins.json): none.
  • input params (these go in your nano.json input key):
    • cron string the task's crontab syntax schedule.

Sample plugins.json

["fofx-cron"]

Sample nano.json

{
  "input": {
    "type": "cron",
    "cron": "*/20 * * * * *"
  }
}
1.0.0

5 years ago