repo-trust 0.1.1

A command-line tool that tells you whether an open-source repository deserves your trust — beyond the star count.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Helper scripts

This directory holds developer-facing helper scripts. None of these are
shipped with the binary or referenced from `Cargo.toml`.

Planned scripts:

- `run_benchmark.rs` — runs the curated benchmark set in
  `examples/benchmark-set.csv` and produces `docs/benchmarks/<version>.md`.
- `update_fixtures.rs` — regenerates `tests/fixtures/<repo>/` from live
  upstream APIs against a known repo. Used when an upstream API genuinely
  changes its response shape.
- `verify_release.rs` — sanity-checks a tagged release locally before
  publishing.

Add a script via PR with a clear top-of-file docstring explaining its
purpose and usage.