An open API service indexing awesome lists of open source software.

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

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