function Spawn
Spawn(
daemon: string,
...options: (Step<Run> | string)[],
): Spawn

Run a background service.

Parameters

daemon: string
...options: (Step<Run> | string)[]

Return Type

type alias Spawn

Command invocation that spawns a background process.

Definition

Fn<[Partial<Dir & { spawn?: spawnImpl; }>], Async<Run & ChildProcess>>

Usage

import { Spawn } from ".";