Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonglasow/homebrew-go-template
https://github.com/vonglasow/homebrew-go-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vonglasow/homebrew-go-template
- Owner: vonglasow
- Created: 2024-03-19T22:23:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T08:20:29.000Z (9 months ago)
- Last Synced: 2024-04-08T07:29:15.971Z (9 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vonglasow Homebrew Tap
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```sh
brew install vonglasow/tap/name
```You can also only add the tap which makes formulae within it
available in search results (`brew search` output):```sh
brew tap vonglasow/tap
```While you may search across taps, it is necessary to always use
fully qualified name (incl. the `vonglasow/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.