3.1.0 • Published 2 years ago

@runnerty/trigger-immediate v3.1.0

Weekly downloads
20
License
MIT
Repository
github
Last release
2 years ago

NPM version Downloads

Immediate Trigger for Runnerty

Trigger for Runnerty internal testing use.

Installation:

Through NPM

npm i @runnerty/trigger-immediate

You can also add modules to your project with runnerty

npx runnerty add @runnerty/trigger-immediate

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty globally you can include the module with this command:

runnerty add @runnerty/trigger-immediate

Configuration:

Add in config.json:

{
  "triggers": [
    {
      "id": "immediate",
      "type": "@runnerty-trigger-immediate"
    }
  ]
}

Plan sample:

Add in plan.json:

{
  "triggers": [
    {
      "id":"immediate"
    }
  ]
}
{
  "triggers": [
    {
      "id":"immediate",
      "delay": "2s",
      "times": 2
    }
  ]
}
3.1.0

2 years ago

3.0.7

2 years ago

3.0.6

2 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago