Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rcmdnk/homebrew-testtap


https://github.com/rcmdnk/homebrew-testtap

Last synced: about 1 month ago
JSON representation

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)`.