@revund/cli
v0.1.1
Published
Review you can trust. AI code review for TypeScript teams.
Maintainers
Readme
@revund/cli
Review you can trust. AI code review for TypeScript teams.
Install
npm install -g @revund/cli
# or run without installing:
npx @revund/cli reviewThis package ships a small Node shim. On install it downloads
the platform-matching Go binary from the matching GitHub
release and stores it inside the package. The revund command
on your PATH exec's that binary directly — same code as the
Homebrew, curl-installer, and direct-download distributions.
Supported platforms: macOS (x64, arm64), Linux (x64, arm64), Windows (x64).
Why this package exists
Revund is a Go binary, not a JavaScript module. We publish it
to npm so that teams who already have Node installed can drop
it into a project's devDependencies and run it through npx
without managing a separate install step. The implementation
mirrors what esbuild, biome, prisma, and turbo do.
If you don't have or want Node, install via Homebrew or the shell installer instead — it's the same binary either way:
brew install revund-dev/tap/revund
# or
curl -fsSL https://revund.dev/install.sh | shDocumentation
- Full docs: https://revund.dev/docs
- Source: https://github.com/revund-dev/revund
- Issues: https://github.com/revund-dev/revund/issues
License
MIT.
