Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boldandbrad/homebrew-tap
🍺 Homebrew tap for the tools I build.
https://github.com/boldandbrad/homebrew-tap
homebrew-formulae homebrew-formulas homebrew-tap
Last synced: about 1 month ago
JSON representation
🍺 Homebrew tap for the tools I build.
- Host: GitHub
- URL: https://github.com/boldandbrad/homebrew-tap
- Owner: boldandbrad
- License: mit
- Created: 2021-11-19T06:07:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T19:19:54.000Z (11 months ago)
- Last Synced: 2024-04-24T02:56:51.205Z (9 months ago)
- Topics: homebrew-formulae, homebrew-formulas, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boldandbrad/homebrew-tap
A [Homebrew](https://brew.sh) tap for tools created by
[@boldandbrad](https://github.com/boldandbrad).## 🍻 Available Formulae
- [`euchre-cli`](https://github.com/boldandbrad/euchre-cli) - play euchre in
your terminal
- [`makey-cli`](https://github.com/boldandbrad/makey-cli) - make passkeys in
your terminal
- [`meeple-cli`](https://github.com/boldandbrad/meeple-cli) - manage board game
collections in your terminal### Coming soon
- [`elo-cli`](https://github.com/boldandbrad/elo-cli) - calculate elo ratings in
your terminal## 🚀 Usage
> In order to use this tap, [Homebrew](https://brew.sh) must be installed (macOS
> or Linux).### Install
Tap this repo:
```zsh
brew tap boldandbrad/tap
```Install a formula:
```zsh
brew install
```### Upgrade
Upgrade a formula to the latest version:
```zsh
brew update && brew upgrade
```### Uninstall
Uninstall a formula:
```zsh
brew uninstall
```Untap this repo:
```zsh
brew untap boldandbrad/tap
```## 🫗 Homebrew Help
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
## ⚖️ License
Copyright (c) 2022 Bradley Wojcik. Released under the MIT License. See
[LICENSE](LICENSE) for details.