# capivv-cli

npm wrapper for the [Capivv CLI](https://github.com/capivv/capivv/tree/main/crates/capivv-cli) — the "Revenue as Code" platform for managing in-app subscriptions.

This package downloads the pre-built native binary for your platform on install.

## Usage

```sh
# Run without installing
npx capivv-cli --version

# Install globally
npm install -g capivv-cli
capivv auth login
```

## Supported Platforms

- macOS (arm64, x86_64)
- Linux (x86_64, arm64)

## Alternative Installation Methods

- **Homebrew**: `brew tap capivv/tap && brew install capivv`
- **Shell script**: `curl -fsSL https://raw.githubusercontent.com/capivv/capivv/main/packaging/install.sh | sh`
- **Cargo**: `cargo install capivv-cli`

See the [full documentation](https://github.com/capivv/capivv/tree/main/crates/capivv-cli) for all commands and options.

## License

MIT
