https://github.com/jamf/homebrew-tap
https://github.com/jamf/homebrew-tap
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamf/homebrew-tap
- Owner: jamf
- Created: 2018-05-07T19:45:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T15:29:29.000Z (over 1 year ago)
- Last Synced: 2024-11-01T20:52:09.611Z (over 1 year ago)
- Language: Ruby
- Size: 88.9 KB
- Stars: 19
- Watchers: 17
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jamf Homebrew Tap
_Jamf tools for macOS, distributed via Homebrew_
## Getting Started
This repository is a [Homebrew tap](https://docs.brew.sh/brew-tap.html) for
Jamf tools. After [installing Homebrew](https://brew.sh), add this
repository as a tap:
brew tap jamf/tap
Done!
## Installing Tools From the Tap
After setting up the tap, install any of the available tools just like any
regular Homebrew package. For example:
brew install jamf-pro
Check out the formulas in this repository to see what is available.
## Beta Releases
To install beta channel releases, instead of the stable ones, add a `--HEAD`
flag after the brew commands:
```shell
brew install jamf-pro --HEAD
```
## Contributing
Feel free to contribute! If you created a tool that might be useful to others,
add it here as a formula. Read Homebrew's excellent docs on [creating a
formula](https://docs.brew.sh/Formula-Cookbook.html) first. Then, open a pull
request and add at least one of the maintainers below as reviewer.
### Maintainers
* David Brazeau - david.brazeau@jamf.com
* Brandon Roehl - brandon.roehl@jamf.com
* Brian Stewart - brian.stewart@jamf.com