Merge pull request #44 from patriksvensson/add-cake

Add Cake to list of projects
This commit is contained in:
Martin Woodward 2016-06-09 05:19:42 -07:00
Родитель b5f298db83 e79f6532ca
Коммит 5c7712f84f
3 изменённых файлов: 29 добавлений и 2 удалений

Просмотреть файл

@ -14,6 +14,11 @@ There are many projects under the stewardship of the .NET Foundation. The [full
- [Prism](https://github.com/PrismLibrary)
**Cake**
- [Cake](https://github.com/cake-build/cake)
- [(and more)](https://github.com/cake-build)
**Couchbase**
- [Couchbase Lite for .NET](https://github.com/couchbaselabs/couchbase-lite-net)

17
projects/cake.md Normal file
Просмотреть файл

@ -0,0 +1,17 @@
# Cake
[Cake](http://cakebuild.net/) is a cross platform build automation system,
built on top of Roslyn and the Mono Compiler, which uses C# as the scripting language.
## Project Details
* [Project Info Site](http://cakebuild.net)
* [Project Code Site](https://github.com/cake-build)
* Project License Type: [MIT](https://github.com/cake-build/cake/blob/develop/LICENSE)
* Project Main Contacts: [Patrik Svensson](https://github.com/patriksvensson), [Mattias Karlsson](https://github.com/devlead) and [Gary Ewan Park](https://github.com/gep13)
## Quicklinks
* [Documentation](http://cakebuild.net/docs)
* [Discussions and Help](https://gitter.im/cake-build/cake)
* [Contribute](https://github.com/cake-build/cake/blob/develop/CONTRIBUTING.md)

Просмотреть файл

@ -81,7 +81,9 @@
{"name":"WorldWideTelescope.md",
"contributor": "Microsoft"},
{"name":"open-live-writer.md",
"contributor": "Microsoft"}
"contributor": "Microsoft"},
{"name":"cake.md",
"contributor": "Cake"}
],
"contributors":
[
@ -114,5 +116,8 @@
"web" : "http://wixtoolset.org/"},
{"name": "Brian Lagunas",
"logo": "",
"web" : "http://www.prismlibrary.com/"}
"web" : "http://www.prismlibrary.com/"},
{"name": "Cake",
"logo": "https://raw.githubusercontent.com/cake-build/graphics/master/png/cake-large.png",
"web" : "http://cakebuild.net/"}
]}