Functions

f
spawn(argv: string[]): Promise<SpawnResult>

Runs another tool's installer — deno install, npm install -g — and reports how it went.

Interfaces

I
SpawnResult

How the installer this process ran finished — shaped like the process it describes.

Usage

import * as mod from "lib/commands/upgrade/process.ts";