https://github.com/simonewebdesign/homebrew-tap
🍺 My Homebrew tap
https://github.com/simonewebdesign/homebrew-tap
formula homebrew homebrew-tap
Last synced: 27 days ago
JSON representation
🍺 My Homebrew tap
- Host: GitHub
- URL: https://github.com/simonewebdesign/homebrew-tap
- Owner: simonewebdesign
- Created: 2020-05-13T15:57:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T18:31:52.000Z (almost 6 years ago)
- Last Synced: 2025-11-20T12:18:37.298Z (7 months ago)
- Topics: formula, homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This is a Homebrew [tap](https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md) repository that provides a few formulas (i.e. package definitions).
In other words, it lets you install tools such as [`elm-new`](https://github.com/simonewebdesign/elm-new) like this:
brew install simonewebdesign/tap/elm-new
Or, to upgrade:
brew upgrade elm-new
---
This is the generic shell command to run in order to install any formula from this tap:
brew install simonewebdesign/tap/
Or, alternatively, `brew tap simonewebdesign/tap` and then `brew install `.
You can also install via URL, but you will not receive updates:
brew install https://raw.githubusercontent.com/simonewebdesign/homebrew-tap/master/Formula/.rb
---
For more info about Homebrew, run `brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).