https://github.com/dirk/homebrew-quickhook
Homebrew tap for Quickhook
https://github.com/dirk/homebrew-quickhook
Last synced: about 1 year ago
JSON representation
Homebrew tap for Quickhook
- Host: GitHub
- URL: https://github.com/dirk/homebrew-quickhook
- Owner: dirk
- License: mit
- Created: 2016-09-02T08:38:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T19:48:31.000Z (over 2 years ago)
- Last Synced: 2025-04-09T15:13:51.080Z (about 1 year ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickhook on Homebrew
This is a Homebrew [tap][] for the [quickhook][] Git hook runner.
[quickhook]: https://github.com/dirk/quickhook
[tap]: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/brew-tap.md
```sh
brew tap dirk/quickhook
# ==> Tapping dirk/quickhook
# Cloning into '/opt/homebrew/Library/Taps/dirk/homebrew-quickhook'...
# ...
# Tapped 1 formula (14 files, 13.2KB).
brew install quickhook
# ==> Fetching dirk/quickhook/quickhook
# ...
# /opt/homebrew/Cellar/quickhook/1.6.2: 5 files, 3.3MB, built in 1 second
quickhook hook pre-commit
# No files to be committed!
```
## License
Released under the MIT license, see [LICENSE](LICENSE) for details.