@fofx/cron

1.0.0 • Public • Published

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 * * * * *"
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @fofx/cron

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.01 kB

Total Files

4

Last publish

Collaborators

  • oakfang