Hey HN! Over the past few years, I've developed saker.build and decided to open-source it. It supports all features that a modern build system should, it's language idependent, performs fast incremental and clean builds, allows distributed compilation, and supports build cache (WIP).
It was designed to be extensible, you can create your own build tasks or even replace and mix different scripting languages for your build. There's an Eclipse plug-in with support for writing build scripts (content assist, inline documentation, outline).
It may still have some rough edges, but I'm curious what you think!
1 comment
[ 3.8 ms ] story [ 13.8 ms ] threadIt was designed to be extensible, you can create your own build tasks or even replace and mix different scripting languages for your build. There's an Eclipse plug-in with support for writing build scripts (content assist, inline documentation, outline).
It may still have some rough edges, but I'm curious what you think!