https://github.com/probitas-test/homebrew-tap
This is the official Homebrew tap for Probitas CLI.
https://github.com/probitas-test/homebrew-tap
homebrew
Last synced: about 2 months ago
JSON representation
This is the official Homebrew tap for Probitas CLI.
- Host: GitHub
- URL: https://github.com/probitas-test/homebrew-tap
- Owner: probitas-test
- Created: 2025-12-16T18:08:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-27T15:12:02.000Z (5 months ago)
- Last Synced: 2026-01-28T02:03:07.222Z (5 months ago)
- Topics: homebrew
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap for Probitas
This is the official Homebrew tap for [Probitas](https://github.com/probitas-test/probitas).
## Installation
```bash
# Add the tap
brew tap probitas-test/tap
# Install probitas
brew install probitas
```
Or install directly:
```bash
brew install probitas-test/tap/probitas
```
## Upgrade
```bash
brew upgrade probitas
```
## Uninstall
```bash
brew uninstall probitas
brew untap probitas-test/tap
```
## Requirements
- [Deno](https://deno.land/) - Installed automatically as a dependency
## License
MIT