Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velociraptor/src/cli/commands/run.ts>RunCommand

The npm-style script runner for Deno
Latest
class RunCommand
extends Command
import { RunCommand } from "https://deno.land/x/velociraptor@1.5.0/src/cli/commands/run.ts";

Constructors

new
RunCommand(configData: ConfigData | null)