Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 625 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 625 Bytes

Homebrew tap for the your-tools projects

Usage

Run:

brew install your-tools/homebrew-repo/<name>

Where <name> is the name of the formula you want to install.

You can find the whole list in the Formula directory.

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/<name>/archive/v<version>.tar.gz <name>

Then approve and merge the generated pull request.