Automate Your GitHub Workflow
ghAuto helps you:
- Analyze repositories: Get insights into code quality, dependencies, and activity
- Bulk operations: Update multiple repos at once
- Generate reports: Create summaries of your organization’s codebases
- Enforce policies: Ensure repos meet your standards
- Archive old projects: Clean up inactive repositories
Features
- Repository analysis (LOC, languages, dependencies)
- Issue and PR tracking
- Dependency vulnerability scanning
- License compliance checking
- Automated README generation
- Template repository creation
Use Cases
- Enterprise: Manage hundreds of repos across teams
- Open source: Keep your projects healthy and documented
- Personal: Organize your GitHub presence
Getting Started
git clone https://github.com/bigknoxy/ghAuto
cd ghAuto
pip install -e .
ghauto auth
ghauto analyze --user bigknoxy