goodgit

Crates.iogoodgit
lib.rsgoodgit
version0.1.0
sourcesrc
created_at2024-07-19 22:07:05.84675
updated_at2024-07-19 22:07:05.84675
descriptiongg – clone repos and retrieve data about the repo from GitHub API. Supports Gitlab as well.
homepage
repository
max_upload_size
id1309102
size76,936
codetrotter (ctsrc)

documentation

README

gg – good git

Why git good when you can good git?

gg is a program that clones repos from GitHub and simultaneously retrieves and stores data about the repo, the owner, and the other repos that the owner has, and more, from the GitHub API.

Developing on macOS

Run jaeger Docker container with native OTLP ingestion

docker run -d -p16686:16686 -p4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest

Run the gg app

cargo run

View traces at http://localhost:16686/

Commit count: 0

cargo fmt