chore: init project structure
Discovery synthesis, docs tree, Python src layout, CLAUDE.md, pyproject.toml. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
src/gitea_dashboard/__init__.py
Normal file
1
src/gitea_dashboard/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Gitea Dashboard — CLI dashboard for Gitea repos status."""
|
||||
6
src/gitea_dashboard/cli.py
Normal file
6
src/gitea_dashboard/cli.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Entry point for gitea-dashboard CLI."""
|
||||
|
||||
|
||||
def main():
|
||||
"""Run the dashboard."""
|
||||
pass
|
||||
Reference in New Issue
Block a user