My homebrew tap - storing the formulas i make
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add readme

+42
+42
README.md
··· 1 + # Homebrew Tap 2 + 3 + A personal [Homebrew](https://brew.sh) tap containing custom formulas. 4 + 5 + ## Installation 6 + 7 + ```bash 8 + brew tap jaspermayone/tap 9 + ``` 10 + 11 + ## Formulas 12 + 13 + | Formula | Description | 14 + |---------|-------------| 15 + | [slack-profile](https://github.com/jaspermayone/slack-profile-cli) | CLI tool for updating Slack user profiles | 16 + | [boxcar](https://github.com/jaspermayone/boxcar) | Rails app generator with opinionated defaults | 17 + 18 + ## Usage 19 + 20 + ### Install a formula 21 + 22 + ```bash 23 + brew install jaspermayone/tap/<formula> 24 + ``` 25 + 26 + For example: 27 + 28 + ```bash 29 + brew install jaspermayone/tap/boxcar 30 + brew install jaspermayone/tap/slack-profile 31 + ``` 32 + 33 + ### Update formulas 34 + 35 + ```bash 36 + brew update 37 + brew upgrade <formula> 38 + ``` 39 + 40 + ## License 41 + 42 + MIT