Module

x/velociraptor/src/scripts_config.ts>ParallelScripts

The npm-style script runner for Deno
Latest
interface ParallelScripts
import { type ParallelScripts } from "https://dotland.deno.dev/x/velociraptor@1.5.0/src/scripts_config.ts";

An object representing scripts to be executed in parallel

Properties

optional
desc: string

A textual description of what this set of scripts do. This will be shown in the list of available scripts, when calling vr without arguments.

pll: Script[]

The list of script to be executed in parallel