0.18.0 • Published 2 years ago

@garment/plugin-runner-bin v0.18.0

Weekly downloads
193
License
MIT
Repository
-
Last release
2 years ago

@garment/plugin-runner-bin

Executes system or node binary file with given args.

Installation

npm i @garment/plugin-runner-bin

or

yarn add @garment/plugin-runner-bin

Example usage

{
    "runner": "bin",
    "options": {
        "bin": "echo",
        "args": "garment is phenomenal"
    }
}

API

bin: string

The name of the binary to execute. Garment will look up the path with the bin name you provided.


args: string | string[] | { [key: string]: string | boolean | string[]; }

The arguments to pass to the given bin.


env: { [key: string]: string; }

Environment variables


stream: boolean

Stream all the console output, otherwise it will be collected and output after the execution


longRunning: boolean

Not wait until the process is finished

0.18.0

2 years ago

0.16.0

3 years ago

0.15.4

3 years ago

0.15.2

3 years ago

0.15.0

3 years ago

0.14.0

3 years ago

0.13.13

4 years ago

0.13.10

4 years ago

0.13.8

4 years ago

0.13.7

4 years ago