https://github.com/rcmdnk/homebrew-testtap
https://github.com/rcmdnk/homebrew-testtap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcmdnk/homebrew-testtap
- Owner: rcmdnk
- Created: 2023-04-12T02:36:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T03:02:33.000Z (about 2 years ago)
- Last Synced: 2025-01-19T05:49:09.998Z (6 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-testtap
A empty tap repository for development purposes on Homebrew.
It is particularly useful for creating new formulas using `brew tap`, which requires a local tap.
By default, Homebrew now uses API to get formulas, so a local Tap of Homebrew-core does not exist.In this case, follow these steps:
```
$ brew tap rcmdnk/testtap
$ brew create --tap rcmdnk/testtap [other options]
```Then, you can work with a file in `$(brew --repo rcmdnk/testtap)`.