The next next generation of the NoBuild/Nob idea.
The idea is that you should not need anything but a D compiler to build a D project. No DUB, no Make, no Shell etc. Only D compiler. So with the D compiler you bootstrap your build system and then you use the build system to build everything else.
- Copy the noby.d file into your project.
- Replace the content of the main function with your own code.
Then, run the script with:
dmd -run noby.d
To create a local noby.d file, run:
dub run noby:init