https://github.com/your-tools/homebrew-repo
homebrew tap for your-tools organization
https://github.com/your-tools/homebrew-repo
cli homebrew
Last synced: about 2 months ago
JSON representation
homebrew tap for your-tools organization
- Host: GitHub
- URL: https://github.com/your-tools/homebrew-repo
- Owner: your-tools
- Created: 2018-10-15T16:09:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T19:39:15.000Z (almost 4 years ago)
- Last Synced: 2025-09-07T23:54:51.838Z (9 months ago)
- Topics: cli, homebrew
- Language: Ruby
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Homebrew](https://brew.sh) tap for the [your-tools](https://github.com/your-tools) projects
# Usage
Run:
```
brew install your-tools/homebrew-repo/
```
Where `` is the name of the formula you want to install.
You can find the whole list in the [Formula directory](https://github.com/your-tools/homebrew-repo/tree/master/Formula).
# For maintainers
## Releasing a new version
Run:
```
cd Formula/
# Don't forget the '=' sign after the '--url' option
brew bump-formula-pr --url=https://github.com/your-tools//archive/v.tar.gz
```
Then approve and merge the generated pull request.