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

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)

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`.