Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rwx-research/homebrew-tap
- Owner: rwx-research
- License: mit
- Created: 2022-11-30T16:20:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:56:53.000Z (about 2 months ago)
- Last Synced: 2024-11-08T00:31:40.993Z (about 2 months ago)
- Topics: homebrew
- Language: Shell
- Homepage: https://www.rwx.com
- Size: 108 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)