/homebrew-tap

Gitpod's tap for Homebrew

Primary LanguageRubyGNU Affero General Public License v3.0AGPL-3.0

homebrew-tap

Gitpod's tap for Homebrew

Tapping the repository

To tap this repository, run:

brew tap gitpod-io/tap

Gitpod CLI

To install Gitpod's command line interface on Linux or macOS, simply install it via this tap:

brew install gitpod-io/tap/gitpod

Development

To debug formulas locally, use these commands:

brew remove gitpod # if installed
brew install --verbose --build-from-source ./Formula/gitpod.rb # install from local source
brew audit --strict gitpod # lint the formula