1.0.4 • Published 6 years ago
gi-joe v1.0.4
Global-Install Joe
A JavaScript wrapper for Yggdrasil.
Usage
function install(package: string): Promise<number>
Installs package
globally, through yggdrasil (which must be installed globally for gi-joe to work), and returns a promise that returns when package
is finished installing.
function remove(package: string): Promise<number>
Removes package
through yggdrasil.
function runOther(command: string, args: string[]): Promise<number>
Runs some other command on the yggdrasil
executable.