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

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

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