bounty

Crates.iobounty
lib.rsbounty
version0.2.0
created_at2025-01-29 09:05:30.010831+00
updated_at2025-01-29 09:55:47.277044+00
descriptionA CLI tool for managing GitHub bounties
homepagehttps://bountybot.dev
repositoryhttps://github.com/ghbountybot/cli
max_upload_size
id1534518
size98,707
Andrew Gazelka (andrewgazelka)

documentation

README

bounty

A CLI tool for ghbountybot.

Running

cargo

cargo install --git https://github.com/ghbountybot/cli
bounty

nix

nix run github:ghbountybot/cli

Usage

Authentication

Set your GitHub token either via environment variable:

export GITHUB_TOKEN=your_github_token

Or pass it directly with the --github-token flag.

Commands

bounty --help

Generate shell completions:

bounty completion <shell>
Commit count: 45

cargo fmt