@ezs/spawn
v1.4.9
Published
...
Downloads
121
Readme
spawn
Présentation
Ce plugin propose une série d'instructions pour utiliser des scripts ou des programmes natifs
installation
npm install @ezs/spawnusage
Table of Contents
exec
Send all received {Object} to a host command
Script:
[use]
plugin = spawn
[exec]
command = ./my/script.py
args = -o
args = -x
Parameters
commandString? host commandargsString? argument for commandconcurrencyNumber Number of processes to launch concurrency (optional, defaultauto)
Returns Object
