mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-26 05:18:12 -08:00
Compare commits
3 Commits
04a78d35f7
...
346fd9fac5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
346fd9fac5 | ||
|
|
c4fa0a63c0 | ||
|
|
69477156f5 |
@@ -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.
|
- [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
|
- [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!
|
- [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.
|
- [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++
|
## C++
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user