Skip to content

Conversation

@mzorec
Copy link

@mzorec mzorec commented Apr 3, 2018

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

  • 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.

…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.
@mzorec mzorec changed the title Add Flubu to .NET Open Source Developer Projects - Flubu is A C# build automation tool for building projects and executing deployment scripts using C# code. Add Flubu to .NET Open Source Developer Projects Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant