celcius

Crates.iocelcius
lib.rscelcius
version1.3.0
created_at2025-01-21 18:47:25.75796+00
updated_at2025-01-21 18:47:25.75796+00
descriptionA git cli
homepage
repository
max_upload_size
id1525221
size80,985
Dr Dreo (drdreo)

documentation

README

Celcius

A rust CLI to clean up your git repos

Deving

Run with cargo run

Deving CLI

cargo run -- --verbosity prstats

Build a release

cargo build --release

Publish a release

cargo publish

Using the .exe

./celcius.exe prstats --token=<your-token>

Environment

GITHUB_API_TOKEN needs to be provided, either via argument when calling the CLI or via environment variable GITHUB_API_TOKEN. The token needs to have several permissions:

  • read:public_repo
  • read:user
  • read:org
  • read:enterprise
Commit count: 0

cargo fmt