Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rwx-research/homebrew-tap

homebrew tap to install rwx tools, including captain and abq
https://github.com/rwx-research/homebrew-tap

homebrew

Last synced: about 1 month ago
JSON representation

homebrew tap to install rwx tools, including captain and abq

Awesome Lists containing this project

README

        

# Homebrew Formulas for RWX tools

## abq

Use this tap to install [abq](https://www.rwx.com/abq).

```bash
brew install rwx-research/tap/abq
```

or to pin to major version 1.x use:

```bash
brew install rwx-research/tap/abq@1
```

## captain

Install the [Captain](https://www.rwx.com/captain) CLI:

```bash
brew install rwx-research/tap/captain
```

or to pin to major version 1.x use:

```bash
brew install rwx-research/tap/captain@1
```

## mint

Install the [Mint](https://www.rwx.com/mint) CLI:

```bash
brew install rwx-research/tap/mint
```

## Development

For notes on maintaining this repository, see [development.md](development.md)