Homebrew formulae for InsurUp command-line tools.
brew tap InsurUp/tap| Formula | Description | Source |
|---|---|---|
cli |
InsurUp CLI | InsurUp/cli |
Install any formula with:
brew install InsurUp/tap/<formula>
# e.g.
brew install InsurUp/tap/cliEach tool's own repository owns its formula in this tap. On release, that
repo's workflow renders Formula/<name>.rb (version + per-platform url/sha256)
and pushes only that one file, so formulae never conflict with each other.
To add a new package: have its release workflow write Formula/<name>.rb and push
it here (a token with push access to this repo). See the CLI's
packaging/homebrew/update-tap.sh
for a reference implementation.