Skip to main content

Built and signed on GitHub Actions

The `choco` module provides a simple way to execute choco commands.

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
2 months ago (0.0.1)
class ChocoCommand
extends Command

Represents a choco command.

Constructors

new
ChocoCommand(
args?: CommandArgs,
options?: CommandOptions,
)

Creates a new instance of the ttCliCommand class.

Add Package

deno add @spawn/choco

Import symbol

import { ChocoCommand } from "@spawn/choco/command";

Add Package

npx jsr add @spawn/choco

Import symbol

import { ChocoCommand } from "@spawn/choco/command";

Add Package

yarn dlx jsr add @spawn/choco

Import symbol

import { ChocoCommand } from "@spawn/choco/command";

Add Package

pnpm dlx jsr add @spawn/choco

Import symbol

import { ChocoCommand } from "@spawn/choco/command";

Add Package

bunx jsr add @spawn/choco

Import symbol

import { ChocoCommand } from "@spawn/choco/command";