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

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

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.