-
released this
2026-02-01 06:53:23 +00:00 | 14 commits to main since this releaseInitial release of DevDash CLI - A terminal-based developer dashboard.
Features
- Git repository status monitoring
- CI/CD pipeline monitoring
- Pull request and issue tracking
- GitHub and GitLab API integration
- Auto-refresh and keyboard navigation
- 70 passing tests
Installation
pip install devdash-cliChanges since initial skeleton
- Added complete TUI dashboard with Textual
- Implemented GitHub and GitLab API clients
- Created git status monitoring module
- Added configuration management
- Wrote comprehensive unit and integration tests
Downloads