Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegeeklab/homebrew-tap
Homebrew Tap of Geeklab tools
https://github.com/thegeeklab/homebrew-tap
homebrew homebrew-tap
Last synced: 20 days ago
JSON representation
Homebrew Tap of Geeklab tools
- Host: GitHub
- URL: https://github.com/thegeeklab/homebrew-tap
- Owner: thegeeklab
- License: mit
- Created: 2024-10-23T08:34:47.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-25T10:07:20.000Z (22 days ago)
- Last Synced: 2024-10-26T09:28:56.985Z (21 days ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# homebrew-tap
## Installation
Add the tap:
```shell
brew tap thegeeklab/tap
```Install formula:
```shell
brew install # e.g. brew install git-sv
```## Update formulas
```shell
# make sure you installed the formula first, then:
brew bump-formula-pr -v --strict --version git-sv
```## Contributors
Special thanks to all [contributors](https://github.com/thegeeklab/homebrew-tap/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/homebrew-tap/blob/main/CONTRIBUTING.md).
## Maintainer
- [pat-s](https://github.com/pat-s/)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/homebrew-tap/blob/main/LICENSE) file for details.