A simple fluent interface around creating a build. You can write a build file in any .NET language.
Benefits/Features:
- Don't have to learn a build language
- Easy to refactor your builds
- Colorized output makes it easy to spot warnings / errors
- Syntax checking as you edit/compile
- Built-in (MsSql) database creation and versioning (quite basic but it is there)
- Intellisense and a fluent interface makes writing a build quick and painless
- Access to the .NET runtime allows easy extension of builds
- Can subclass build classes for easy re-use
- Only dependency is the .NET framework
Status
The basics are done and I am starting to use it on real world projects to see what edge cases are missing. As I am changin/renaming/reorganizing the code quite a bit I have not put out an official release yet.
For a sample check out the sample build file
Contributors
I love help so if you want to join this project or just have an idea/comment, please let me know.