https://github.com/monzo/public-tap
A public tap of useful tools for Monzonaughts
https://github.com/monzo/public-tap
Last synced: about 1 year ago
JSON representation
A public tap of useful tools for Monzonaughts
- Host: GitHub
- URL: https://github.com/monzo/public-tap
- Owner: monzo
- Created: 2018-06-01T14:14:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T19:30:51.000Z (about 8 years ago)
- Last Synced: 2025-02-15T04:26:10.515Z (over 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍺 `monzo/tap`
This Homebrew [Tap](http://docs.brew.sh/brew-tap.html) contains formulae for **publicly visible** Monzo tools.
If you make a tool to use locally, please make a formula for it so others can install it easily. 😇
## Tapping
To be able to install things, you'll need to run:
```shell
$ brew tap monzo/public-tap https://github.com/monzo/public-tap.git
```
To see all the things you can install, do:
```shell
$ brew search monzo
```
## Making Formulae
Writing formulae for Homebrew is quite well-explained in the documentation. When in doubt, it's easiest to look at an existing formula, either from this repo or from one of the [official](https://github.com/Homebrew/homebrew-core) tap repos.
To get into your local copy of this repository to make edits, do:
```shell
$ cd $(brew --repo monzo/tap)
```