https://github.com/navapbc/homebrew-rebar
Homebrew tap for rebar (nava-rebar)
https://github.com/navapbc/homebrew-rebar
Last synced: 13 days ago
JSON representation
Homebrew tap for rebar (nava-rebar)
- Host: GitHub
- URL: https://github.com/navapbc/homebrew-rebar
- Owner: navapbc
- Created: 2026-06-09T04:30:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-10T00:12:44.000Z (30 days ago)
- Last Synced: 2026-06-10T02:09:11.735Z (30 days ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-rebar
Homebrew tap for [rebar](https://github.com/navapbc/rebar) — an event-sourced
ticket system with a Jira reconciler (PyPI distribution: `nava-rebar`).
```sh
brew install navapbc/rebar/rebar
# or: brew tap navapbc/rebar && brew install rebar
```
Installs the `rebar` CLI (and the `rebar` Python library inside the formula's
virtualenv). The optional MCP server `rebar-mcp` needs the `mcp` extra — install
it with `pipx install 'nava-rebar[mcp]'` or run it via `uvx --from nava-rebar[mcp] rebar-mcp`.