1 stable release

new 1.3.0 Jan 21, 2025

#23 in #cleanup

Custom license

23KB
463 lines

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

Dependencies

~17–31MB
~477K SLoC