https://github.com/albertyw/homebrew-albertyw
Tap for some of my packages
https://github.com/albertyw/homebrew-albertyw
developer-tools homebrew ruby tap
Last synced: 6 months ago
JSON representation
Tap for some of my packages
- Host: GitHub
- URL: https://github.com/albertyw/homebrew-albertyw
- Owner: albertyw
- License: mit
- Created: 2017-12-24T13:08:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-14T03:34:27.000Z (7 months ago)
- Last Synced: 2025-12-16T03:47:57.459Z (7 months ago)
- Topics: developer-tools, homebrew, ruby, tap
- Language: Ruby
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-albertyw
[](https://drone.albertyw.com/albertyw/homebrew-albertyw)
Tap for some of my packages
This currently contains a homebrew formula for:
- [git-browse](https://github.com/albertyw/git-browse)
- [git-reviewers](https://github.com/albertyw/git-reviewers)
- [req-update](https://github.com/albertyw/req-update)
## git-browse
Open repositories, directories, and files in the browser.
```bash
brew install albertyw/albertyw/git-browse
```
## git-reviewers
Intelligently find code reviewers.
```bash
brew install albertyw/albertyw/git-reviewers
```
## req-update
Automatically update your project's dependencies
```bash
brew install albertyw/albertyw/req-update
```
## Releases
To update formula, when a new release is made:
1. Edit the formula's `url` field to point to the new release version
2. Run `curl -L $url | sha256sum` to get the shasum for the package and copy it into the formula's `sha256` field