Add Flubu to .NET Open Source Developer Projects#4
Open
mzorec wants to merge 1 commit intouhub:masterfrom
Open
Add Flubu to .NET Open Source Developer Projects#4mzorec wants to merge 1 commit intouhub:masterfrom
mzorec wants to merge 1 commit intouhub:masterfrom
Conversation
…d automation tool for building projects and executing deployment scripts using C# code. github: https://github.com/flubu-core/flubu.core Flubu main features / advantages Net Core support (works also on linux and macOS). Easy to learn and to use because you write build script entirely in C#. Quite a lot of built in tasks (compile, running tests, managing iis, creating deploy package, publishing nuget packages, executing powershell scripts...) Write your own custom c# code in script and execute it. Run any external program in script. Reference any .net library or c# source code file in buildscript. Fluent interface and intelisense. Write tests, debug your build script. Use flubu tasks in any other application. Web api is available for flubu. Useful for automated deployments remotely. Write your own flubu tasks and extend flubu fluent interface with them.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Flubu is A C# build automation tool for building projects and executing deployment scripts using C# code.
github: https://github.com/flubu-core/flubu.core
Flubu main features / advantages