Homebrew formulae for Gorse projects.
Add the Gorse tap and install gorse-cli:
brew tap gorse-io/tap
brew install gorse-cliVerify the installation:
gorse-cli --versionYou can also install gorse-cli in one command without adding the tap first:
brew install gorse-io/tap/gorse-clibrew update
brew upgrade gorse-cliRemove the formula:
brew uninstall gorse-cliIf you no longer need any formulae from this tap, remove the tap as well:
brew untap gorse-io/tap