Skip to content

Commit a9acbe6

Browse files
mzorecRon Petrusha
authored and
Ron Petrusha
committed
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.
1 parent 7bd4bad commit a9acbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet-developer-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
244244
* [CppSharp](https://github.com/mono/CppSharp) - C/C++ bindings generation for .NET.
245245
* [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.
246246
* [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.
248248
* [Fody](https://github.com/Fody/Fody) - Extensible tool for weaving .NET assemblies.
249249
* [FsEye](https://github.com/swensensoftware/fseye) - A visual object tree inspector for the F# Interactive.
250250
* [FsharpLint](https://github.com/fsprojects/FSharpLint) - Lint tool for F#.

0 commit comments

Comments
 (0)