https://github.com/ashwanthkumar/homebrew-tap
Homebrew formulas to some of my projects
https://github.com/ashwanthkumar/homebrew-tap
Last synced: 8 months ago
JSON representation
Homebrew formulas to some of my projects
- Host: GitHub
- URL: https://github.com/ashwanthkumar/homebrew-tap
- Owner: ashwanthkumar
- Created: 2016-02-01T16:39:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T10:03:03.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T12:44:50.366Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
Homebrew formulas.
## General info
To install a formula:
```
brew update
brew tap ashwanthkumar/tap
```
Then:
```
brew install ashwanthkumar/tap/
```
## Formulas
#### [`marathonctl`](https://github.com/ashwanthkumar/marathonctl)
```
brew update
brew tap ashwanthkumar/tap
brew install ashwanthkumar/tap/marathonctl
```
#### [`json2csv`](https://github.com/ashwanthkumar/indix-api-tools)
```
brew update
brew tap ashwanthkumar/tap
brew install ashwanthkumar/tap/json2csv
```
## Resources on setting up a homebrew tap
* https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/How-to-Create-and-Maintain-a-Tap.md
* http://formalfriday.club/2015/01/05/creating-your-own-homebrew-tap-and-formula.html
Inspired from https://github.com/nishanths/homebrew-tap