Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
gnomejs/cmd-cliThe `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
JSR Score
88%
Published
5 months ago (0.0.0)
c
CmdCliCommand
Represents a windows cmd cli command executed using the cmd
executable.
f
cmd
Executes a windows command line (.cmd, .bat) script using the CmdCliCommand class.
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";