Initial upload: DevDash CLI with TUI dashboard

This commit is contained in:
2026-02-01 06:52:39 +00:00
parent bffa20e658
commit 7cc5152830

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# DevDash CLI Configuration
# Copy this file to .env and fill in your values
# GitHub Personal Access Token (required for GitHub features)
GITHUB_TOKEN=
# GitLab Personal Access Token (required for GitLab features)
GITLAB_TOKEN=
# Default repository in 'owner/repo' format
DEVDASH_REPO=
# Default refresh interval in seconds (default: 30)
DEVDASH_REFRESH=30
# Color theme: dark or light (default: dark)
DEVDASH_THEME=dark