grd-0.1.1 is not a library.
Visit the last successful build:
grd-0.4.0
grd
GitHub Release Downloader
A command-line tool to download and install binaries from GitHub releases.
Installation
From crates.io
If published on crates.io:
From source
Ensure you have Rust installed, then:
Prebuilt binaries
Download from releases.
Usage
Download the latest release of a repository:
Download a specific version:
List available versions:
Specify destination directory:
Options
repo: GitHub repository (owner/repo)--tag: Specific version tag (defaults to latest)--list: List available releases--destination: Destination directory (default: current directory)--bin-name: Override executable name--first: Select first matching asset without prompting--exclude: Comma-separated words to exclude from asset matching
Building