Compare commits

...

3 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
346fd9fac5 Update README.md 2024-11-29 00:59:54 +00:00
Sammy Hori
c4fa0a63c0 Merge pull request #1522 from FrankRay78/patch-2
Added Spectre.Console
2024-11-29 00:59:40 +00:00
Frank Ray
69477156f5 Added Spectre.Console 2024-11-27 18:06:38 +00:00
2 changed files with 10 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [Cake](https://github.com/cake-build/cake) _(label: Good-first-issue)_ <br> 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.
- [grok.net](https://github.com/Marusyk/grok.net) _(label: good first issue)_ <br> Cross platform .NET grok implementation
- [osu!](https://github.com/ppy/osu) _(label: good first issue)_ <br> Music game. Rhythm is just a click away!
- [Spectre.Console](https://github.com/spectreconsole/spectre.console) _(label: good first issue)_ <br> A .NET library that makes it easier to create beautiful console applications.
- [Uno Platform](https://github.com/unoplatform/uno) _(label: good first issue)_ <br> OSS project for creating pixel-perfect, single-source C# and XAML apps which run natively on iOS, Android, macOS, Linux and Web via WebAssembly.
## C++

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."
},
{
"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",
"link": "https://github.com/electron/electron",