3.2.0 • Published 2 years ago

@runnerty/executor-iterable v3.2.0

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

NPM version Downloads Dependency Status

Iterable executor for Runnerty:

Installation:

Through NPM

npm i @runnerty/executor-iterable

You can also add modules to your project with runnerty-cli

npx runnerty-cli add @runnerty/executor-iterable

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-cli globally you can include the module with this command:

rty add @runnerty/executor-iterable

Configuration:

Add in config.json:

{
  "id": "iterable_default",
  "type": "@runnerty-executor-iterable"
}

Plan sample:

Add in plan.json:

  • Object
{
  "id": "iterable_default",
  "objects": [
    { "key1": "val1", "key2": "val2" },
    { "key1": "val1_1", "key2": "val2_2" },
    { "key1": "val1_2", "key2": "val2_3" }
  ]
}
  • String
{
  "id": "iterable_default",
  "objects": "@GV(VAR_JSON_STRINGIFY)"
}
  • JSON File
{
  "id": "iterable_default",
  "jsonFile": "sample.json"
}
3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

2 years ago

3.1.0

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

3.0.0-alpha.1

3 years ago

3.0.0-alpha.0

3 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago