https://github.com/block/homebrew-tap
https://github.com/block/homebrew-tap
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/block/homebrew-tap
- Owner: block
- License: apache-2.0
- Created: 2025-05-29T21:51:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T23:11:22.000Z (12 months ago)
- Last Synced: 2025-07-05T00:37:20.682Z (11 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Block homebrew-tap
Homebrew formulae for installation of Block open source tools via the Homebrew package manager.
## Installation
If you don't have Homebrew installed, install that first: https://brew.sh/
Next:
```
brew tap block/tap
brew install
```
You can also install formulae directly via
```
brew install block/tap/
```
## Introduction
See https://docs.brew.sh/
## Project Resources
| Resource | Description |
| ------------------------------------------ | ------------------------------------------------------------------------------ |
| [CODEOWNERS](./CODEOWNERS) | Outlines the project lead(s) |
| [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) | Expected behavior for project contributors, promoting a welcoming environment |
| [CONTRIBUTING.md](./CONTRIBUTING.md) | Developer guide to build, test, run, access CI, chat, discuss, file issues |
| [GOVERNANCE.md](./GOVERNANCE.md) | Project governance |
| [LICENSE](./LICENSE) | Apache License, Version 2.0 |