Comment on Building .NET projects is a world of pain and here's how we should solve itComments−LoneWolf12yInstead of node I would say look at Maven, I never had a problem with a java project that used maven, all I ever needed was maven, and a JDK.It may not be the best out there but to me seems pretty good considering it is as simple as download source code, and run "mvn package".−mateuszf12yIMO maven in nowhere near in comparison with how npm works with modules.
Comments
Instead of node I would say look at Maven, I never had a problem with a java project that used maven, all I ever needed was maven, and a JDK.
It may not be the best out there but to me seems pretty good considering it is as simple as download source code, and run "mvn package".
IMO maven in nowhere near in comparison with how npm works with modules.