Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.02 KB

spawn

Présentation

Ce plugin propose une série d'instructions pour utiliser des scripts ou des programmes natifs

installation

npm install @ezs/spawn

usage

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

  • command String? host command
  • args String? argument for command
  • concurrency Number Number of processes to launch concurrency (optional, default auto)

Returns Object