Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonuc/homebrew-tap
Let's bring some packages on brew
https://github.com/jasonuc/homebrew-tap
homebrew homebrew-formula homebrew-tap
Last synced: 12 days ago
JSON representation
Let's bring some packages on brew
- Host: GitHub
- URL: https://github.com/jasonuc/homebrew-tap
- Owner: jasonuc
- Created: 2024-12-13T08:51:56.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:24:05.000Z (13 days ago)
- Last Synced: 2024-12-13T10:25:01.886Z (13 days ago)
- Topics: homebrew, homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap
![Homebrew](https://img.shields.io/badge/Homebrew-Tap-brightgreen?logo=homebrew)
![License](https://img.shields.io/github/license/jasonuc/homebrew-tap)Welcome to my official Homebrew Tap 🎉
Easily install and manage the tools I develop ⚙️## 📦 Available Formulae
- **`greentext`**: A CLI tool for creating green-text memes.
## 🚀 Installation
### Step 1: Add the Tap
```bash
brew tap jasonuc/tap
```### Step 2: Install a Formula
For example:
```bash
brew install greentext
```## 📜 License
This Homebrew Tap is licensed under Apache License 2.0. See the [LICENSE](LICENSE) file for details.
Please note that individual tools distributed through this tap may have their own licenses. Refer to their respective repositories for more information.