Show HN: Bud – A new build tool for C# projects
bud.urbas.si
Show HN: Bud – A new build tool for C# projects
1–10 of 16 posts
Re: Show HN: Bud – A new build tool for C# projects
#2It was inspired by tools like Maven, SBT, Gradle, Rake, Gulp, Leiningen and others.
Bud is still very much work in progress, but it already knows how to do a number of things. For example, Bud knows how to build itself, download dependencies, publish projects, and generate Visual Studio projects files. More features are outlined at http://bud.urbas.si/Docs/Guide.
Feel free to give Bud a try. Just follow installation instructions: http://bud.urbas.si/Docs/Guide
Every piece of feedback, technical or otherwise, is very welcome. If you have a feature request or a bug to report, please drop me an email.
Thanks!
Re: Show HN: Bud – A new build tool for C# projects
#3Bud is a build tool for C# projects. It was inspired by tools like Maven, SBT, Gradle, Rake, Gulp, Leiningen and others. Bud is still very much work in progress, but it already knows how to do a number of things. For example, Bud knows how to build itself, download dependencies, publish projects, and generate Visual Studio projects files. More features are outlined at http://bud.urbas.si/Docs/Guide . Feel free to giv…
Re: Show HN: Bud – A new build tool for C# projects
#4I ask this because I find myself preferring you only 'get' the CurrentUser once and use it as required in the following block.
Re: Show HN: Bud – A new build tool for C# projects
#5Bud is a build tool for C# projects. It was inspired by tools like Maven, SBT, Gradle, Rake, Gulp, Leiningen and others. Bud is still very much work in progress, but it already knows how to do a number of things. For example, Bud knows how to build itself, download dependencies, publish projects, and generate Visual Studio projects files. More features are outlined at http://bud.urbas.si/Docs/Guide . Feel free to giv…
Re: Show HN: Bud – A new build tool for C# projects
#6Re: Show HN: Bud – A new build tool for C# projects
#7Is this open source?
Free for personal/noncom/oss, contact for commercial. So probably not.
IMO, this will have to offer super tremendous advantages over MSBuild to have any chance at gaining traction. The latter is free, open source, easy to extend, already fits with ci/cd and is the native build tool for the platform.
Re: Show HN: Bud – A new build tool for C# projects
#8Bud is a build tool for C# projects. It was inspired by tools like Maven, SBT, Gradle, Rake, Gulp, Leiningen and others. Bud is still very much work in progress, but it already knows how to do a number of things. For example, Bud knows how to build itself, download dependencies, publish projects, and generate Visual Studio projects files. More features are outlined at http://bud.urbas.si/Docs/Guide . Feel free to giv…
Re: Show HN: Bud – A new build tool for C# projects
#9Is this open source?
http://bud.urbas.si/Licence Free for personal/noncom/oss, contact for commercial. So probably not. IMO, this will have to offer super tremendous advantages over MSBuild to have any chance at gaining traction. The latter is free, open source, easy to extend, already fits with ci/cd and is the native build tool for the platform.
Re: Show HN: Bud – A new build tool for C# projects
#10Bud is a build tool for C# projects. It was inspired by tools like Maven, SBT, Gradle, Rake, Gulp, Leiningen and others. Bud is still very much work in progress, but it already knows how to do a number of things. For example, Bud knows how to build itself, download dependencies, publish projects, and generate Visual Studio projects files. More features are outlined at http://bud.urbas.si/Docs/Guide . Feel free to giv…
I like the sound of this, and its something i might try out... I am using FAKE in the office for automated builds on local desktops... Bud could be a replacement...