https://github.com/zk/homebrew-3pio
Homebrew tap for 3pio - context-optimized test runner
https://github.com/zk/homebrew-3pio
Last synced: 3 months ago
JSON representation
Homebrew tap for 3pio - context-optimized test runner
- Host: GitHub
- URL: https://github.com/zk/homebrew-3pio
- Owner: zk
- Created: 2025-09-11T02:29:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-24T23:09:30.000Z (6 months ago)
- Last Synced: 2025-10-10T21:46:30.995Z (6 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-3pio
Homebrew tap for [3pio](https://github.com/zk/3pio) - a context-optimized test runner adapter for AI agents.
## Installation
```bash
brew tap zk/3pio
brew install 3pio
```
## Usage
After installation, you can use 3pio:
```bash
3pio npm test
3pio npx jest
3pio npx vitest run
3pio pytest
```
## Updating
```bash
brew update
brew upgrade 3pio
```
## Uninstallation
```bash
brew uninstall 3pio
brew untap zk/3pio
```
## License
MIT