Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcmdnk/homebrew-testtap
https://github.com/rcmdnk/homebrew-testtap
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcmdnk/homebrew-testtap
- Owner: rcmdnk
- Created: 2023-04-12T02:36:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-12T03:02:33.000Z (over 1 year ago)
- Last Synced: 2024-05-01T12:24:42.588Z (7 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)`.