You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Source Developer Projects - FlubuCore (microsoft#834)
"FlubuCore - "Fluent Builder Core" is a cross platform build and deployment automation system. You can define your build and deployment scripts in C# using an intuitive fluent interface. This gives you code completion, IntelliSense, debugging, FlubuCore custom analyzers, and native access to the whole .NET ecosystem inside of your scripts.
https://github.com/flubu-core/flubu.core
Features:
* Intuitive an easy to learn. C#, fluent interface, and IntelliSense make even most complex script creation a breeze.
* Large number of often used built-in tasks like e.g. running tests, managing IIS, creating deployment packages, publishing NuGet * packages, executing PowerShell scripts and many more.
* Execute your own custom C# code.
* Reference any .NET library, NuGet package or C# source code in your scripts.
* Pass command line arguments, settings from json configuration file or enviroment variables to your script.
* Extending FlubuCore fluent interface by writing your own FlubuCore tasks.
* Asynchronous execution of tasks, target dependencies and custom code.
* Possibility to test and debug your build scripts.
* Easily automate deployments remotely via the FlubuCore Web API.
* Possibility to use FlubuCore tasks in any other .NET application.
* Improved developer experience with FlubuCore custom analyzers.
Copy file name to clipboardExpand all lines: dotnet-developer-projects.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
244
244
*[CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET.
245
245
*[Crawler-Lib Build Tools](http://download.crawler-lib.net/BuildTools/) - [A PowerShell based toolbox](http://www.crawler-lib.net/build-tools) for automating the software build process, autmated testing and integration.
246
246
*[FAKE](http://fsharp.github.io/FAKE/) - Build automation system with capabilities which are similar to make and rake.
247
-
*[FlubuCore](https://github.com/flubu-core/flubu.core) - Fluent builder is A C# library for building projects and executing deployment scripts using C# code.
247
+
*[FlubuCore](https://github.com/flubu-core/flubu.core) - A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
248
248
*[Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies.
249
249
*[FsEye](https://github.com/swensensoftware/fseye) - A visual object tree inspector for the F# Interactive.
250
250
*[FsharpLint](https://github.com/fsprojects/FSharpLint) - Lint tool for F#.
0 commit comments