https://github.com/ba0f3/homebrew-tap
https://github.com/ba0f3/homebrew-tap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ba0f3/homebrew-tap
- Owner: ba0f3
- Created: 2026-04-20T01:20:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T11:33:19.000Z (2 months ago)
- Last Synced: 2026-05-22T12:24:27.445Z (2 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ba0f3 Tap
> A Homebrew tap for [ba0f3](https://github.com/ba0f3) software
[](https://github.com/ba0f3)
[](https://opensource.org/licenses/MIT)
## Available Formulae
| Formula | Description | Version |
|---------|-------------|---------|
| [`wazuh-cli`](Formula/wazuh-cli.rb) | AI-agent-first CLI for the Wazuh Server API | 0.1.8 |
## Installation
### Option 1 — Direct install
```bash
brew install ba0f3/tap/
```
### Option 2 — Tap first, then install
```bash
brew tap ba0f3/tap
brew install
```
### Option 3 — Use in a `Brewfile`
```ruby
tap "ba0f3/tap"
brew ""
```
## Documentation
- [brew help](https://docs.brew.sh/Manpage) — Homebrew command help
- [man brew](https://docs.brew.sh/Manpage) — Full Homebrew manual
- [Homebrew Documentation](https://docs.brew.sh) — Official docs
## Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.
## License
All formulae are licensed under [MIT](https://opensource.org/licenses/MIT).