Skip to main content
Module

x/velociraptor/src/scripts_config.ts>ScriptObject

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

An object representing the script

Properties

cmd: string | CompositeScript

A command or list of commands

optional
desc: string

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

optional
gitHook: GitHook

A git hook where to execute this command