https://github.com/geopozo/github-helper
A tool for quickly looking at status of all repos.
https://github.com/geopozo/github-helper
active corp-utility devops needs-love
Last synced: 3 months ago
JSON representation
A tool for quickly looking at status of all repos.
- Host: GitHub
- URL: https://github.com/geopozo/github-helper
- Owner: geopozo
- Created: 2025-03-14T21:38:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-26T17:27:33.000Z (7 months ago)
- Last Synced: 2026-02-16T08:26:02.078Z (4 months ago)
- Topics: active, corp-utility, devops, needs-love
- Language: HTML
- Homepage: https://geopozo.github.io/github-helper/
- Size: 1.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*github-helper* is an API connector to help engineering managers quickly check the
status of one or ALL repositories at the same time.
It has a python, CLI, json, and HTML interface.
## Supported Interfaces
- local git repo
- git tags via github
- github releases
- pypi
- pypi testing
- conda (coming)
## Version Auditing
It ensures that versions are the same across sources, and that the builds are
also the same (same platforms supported). It notified you of discrepancies.
It allows you to set template rules for github and audits your rulesets to make
sure they are in conformance.
In fact, it can provide a tree-diff for any type of configuration file
(pre-commits, GHA, etc).
It allows you to check its access level (public private archived), as well as
who has access.
## Example Repo HTML Interface
[Example (Click)](docs/repos.html)
Click to expand
[  ](docs/images/repos_html_interface.png)
## Example Version Audit
Click to expand
[  ](docs/images/version_audit.png)
## Example Single-Version Inspection (Incomplete)
Click to expand
[  ](docs/images/single_version_audit.png)
## Example Release Inspection (Platforms)
Click to expand
[  ](docs/images/release_audit.png)