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

0

Version

1.0.0

License

MIT

Unpacked Size

3.96 kB

Total Files

6

Last publish

Collaborators

  • oakfang