Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

gnomejs/choco-cli

Repository files navigation

@gnome/choco-cli

logo Work less. Do more.

Overview

The choco-cli module provides a simple way to execute choco commands.

The module relies upon the @gnome/exec module and has the same basic usage as the Command and ShellCommand class.

Basic Usage

import { choco } from "@gnome/choco-cli";
 
const result = choco("--version");
console.log(result.code);
console.log(result.text());

MIT License

About

The choco-cli module enables executing chocolatey commands

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors