It scans one project or a directory containing several projects, then produces a compact report about project structure, Git status, GitHub availability, README files, releases, generated folders, large files, and files that appear only in some projects.

Features:
Audits a single local project or a whole project suite.
Detects Git repositories, current branch, origin remote, local changes, and tags.
Detects GitHub remotes.
Optionally queries GitHub through the gh CLI for repository metadata, latest release, open pull requests, and open issues.
Highlights generated folders such as build/, dist/, __pycache__/, .pytest_cache/, and .mypy_cache/.
Reports large files above 5 MB.
Produces an HTML report by default.
Can also write JSON and text reports on demand.
Never modifies audited projects.
See:
https://netdtl.com/DTLaudit_en.html
https://netdtl.com/DTLaudit.html
Repo: https://github.com/DidierMorandi/DTLaudit