I've been working on an idea called nuild (Nim build) where you define a configuration file for your build where at the end all you need to do is type nuild in the build directory and it'll compile and install the binary to the desired location.
So my question is, is this something that people would want to use or nah.
While there is no clean how-to for it, the nimble install utility compiles a Nim repo from source and installs the application on the machine.
Most folks use nimble for libraries, but it is quite capable of handling applications as well.
nuild might be more powerful, but you might want to compare features with nimble first.