Tap for some of my packages
This currently contains a homebrew formula for:
Open repositories, directories, and files in the browser.
brew install albertyw/albertyw/git-browse
Intelligently find code reviewers.
brew install albertyw/albertyw/git-reviewers
Automatically update your project's dependencies
brew install albertyw/albertyw/req-update
To update formula, when a new release is made:
- Edit the formula's
url
field to point to the new release version - Run
curl -L $url | sha256sum
to get the shasum for the package and copy it into the formula'ssha256
field