Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.