Skip to content

Latest commit

 

History

History

spawn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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