Simple dashboard for git
./server/GitDash.sln
./server/src/*/*.cs
./ui/src/*/*{.ext}
/repos
/git-status-report
/variable # POST { name, value }
Unsubstituted:
?? server/src/GitDashApi/GitDashApi.csproj
curl -X POST http://localhost:5100/variable -d '{"name": "api", "value": "server/src/GitDashApi"}' -H "Content-Type: application/json"Substituted Result:
?? {api}/GitDashApi.csproj