Skip to content

gamcore/cli

Repository files navigation

logo

example workflow example workflow Go Report Card

Goo

New Cross-Platform command line installer

Installing

Windows

Using powershell

iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/goo-app/cli/main/install.ps1')

Using cmd

powershell -Command "iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/goo-app/cli/main/install.ps1')"

Linux (using bash) / MacOS (10.14+) (using zsh)

curl -s https://raw.githubusercontent.com/goo-app/cli/main/install.sh | bash

Usage

manage app installation

goo install <app...>
goo update [-c|--cleanup] <app...>
goo uninstall <app...>

listing of installed apps

goo list

searching available app

goo search [--regex] <app>

manage repository

goo repo add [--name <name>] <git-url>
goo repo remove <name>