Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/frontend/src/data/github-stats.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"name": "microsoft/aspire",
"stars": 6285,
"stars": 6287,
"description": "Aspire is the tool for code-first, extensible, observable dev and deploy.",
"license": "https://github.com/microsoft/aspire/blob/main/LICENSE.TXT",
"licenseName": "MIT License",
Expand All @@ -17,23 +17,23 @@
},
{
"name": "CommunityToolkit/Aspire",
"stars": 623,
"stars": 624,
"description": "A community project with additional components and extensions for Aspire",
"license": "https://github.com/CommunityToolkit/Aspire/blob/main/LICENSE",
"licenseName": "MIT License",
"repo": "https://github.com/CommunityToolkit/Aspire"
},
{
"name": "microsoft/aspire.dev",
"stars": 190,
"stars": 191,
"description": "The official website for all things aspire.dev.",
"license": "https://github.com/microsoft/aspire.dev/blob/main/LICENSE",
"licenseName": "MIT License",
"repo": "https://github.com/microsoft/aspire.dev"
},
{
"name": "microsoft/dcp",
"stars": 185,
"stars": 187,
"description": "Developer Control Plane API server and CLI.",
"license": "https://github.com/microsoft/dcp/blob/main/LICENSE",
"licenseName": "MIT License",
Expand Down
Loading