Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T07:26:19.000Z (3 months ago)
- Last Synced: 2024-10-12T05:14:16.707Z (about 1 month ago)
- Topics: developer-tools, homebrew, ruby, tap
- Language: Ruby
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-albertyw
[![Build Status](https://drone.albertyw.com/api/badges/albertyw/homebrew-albertyw/status.svg)](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