Skip to main content

Built and signed on GitHub Actions

The `cmd-cli` module provides a simple way to execute windows command line scripts or files.

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
5 months ago (0.0.0)

Classes

c
CmdCliCommand

Represents a windows cmd cli command executed using the cmd executable.

Functions

f
cmd

Executes a windows command line (.cmd, .bat) script using the CmdCliCommand class.

Variables

v
CMD_EXT

File extension for cmd scripts.

Add Package

deno add jsr:@gnome/cmd-cli

Import symbol

import * as mod from "@gnome/cmd-cli/cmd";

---- OR ----

Import directly with a jsr specifier

import * as mod from "jsr:@gnome/cmd-cli/cmd";

Add Package

npx jsr add @gnome/cmd-cli

Import symbol

import * as mod from "@gnome/cmd-cli/cmd";

Add Package

yarn dlx jsr add @gnome/cmd-cli

Import symbol

import * as mod from "@gnome/cmd-cli/cmd";

Add Package

pnpm dlx jsr add @gnome/cmd-cli

Import symbol

import * as mod from "@gnome/cmd-cli/cmd";

Add Package

bunx jsr add @gnome/cmd-cli

Import symbol

import * as mod from "@gnome/cmd-cli/cmd";