https://github.com/mobile-dev-inc/homebrew-tap
https://github.com/mobile-dev-inc/homebrew-tap
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mobile-dev-inc/homebrew-tap
- Owner: mobile-dev-inc
- Created: 2022-06-29T13:26:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T15:18:51.000Z (9 months ago)
- Last Synced: 2025-09-12T18:06:40.784Z (9 months ago)
- Language: Ruby
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub
```sh
$ brew install mobile-dev-inc/tap/
```
Or
```sh
$ brew tap mobile-dev-inc/tap
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap mobile-dev-inc/homebrew-tap
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask mobile-dev-inc/tap/
```
Or
```sh
$ brew tap mobile-dev-inc/tap
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap mobile-dev-inc/homebrew-tap
brew install --cask
```
If you get a dialog stating the cask is broken try installing with `--no-quarantine`.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).