Merge pull request #1522 from FrankRay78/patch-2

Added Spectre.Console
This commit is contained in:
Sammy Hori
2024-11-29 00:59:40 +00:00
committed by GitHub

View File

@@ -75,6 +75,15 @@
], ],
"description": "Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages." "description": "Cake (C# Make) is a free and open source cross-platform build automation system with a C# DSL for tasks such as compiling code, copying files and folders, running unit tests, compressing files and building NuGet packages."
}, },
{
"name": "Spectre.Console",
"link": "https://github.com/spectreconsole/spectre.console",
"label": "good first issue",
"technologies": [
"C#"
],
"description": "A .NET library that makes it easier to create beautiful console applications."
},
{ {
"name": "electron", "name": "electron",
"link": "https://github.com/electron/electron", "link": "https://github.com/electron/electron",