Skip to main content
Module

x/helix/mod.ts>NpmCommand

Helix is a simple wrapper for NPM commands written in Deno
Latest
class NpmCommand
extends BaseCommand
Re-export
import { NpmCommand } from "https://deno.land/x/helix@v1.1.0/mod.ts";

Generic command to be executed using npm as a base.

Constructors

new
NpmCommand(
command: string,
directory?: string,
args?: string[],
)

Properties

command: string
verbose: boolean