kronos-step-system
v2.0.10
Published
step to execute system commands
Downloads
13
Readme
Step to execute system commands
sample
compress streams with gzip executable
"myStep" {
"type": "kronos-system",
"command": "gzip",
"args": ["-c", "-9"],
"endpoints" : {
"stdin" : "otherStep/out",
"stdout" : "yetAnotherStep/in"
}
}
install
With npm do:
npm install kronos-step-system
license
BSD-2-Clause