I have a project that consists of a number of logical units (a dozen or more). I don't think there's much benefit to publishing them individually. I don't need to version the packages individually (and don't want to do it manually). I don't want all...
I often see myself releasing new npm versions as soon as I fix bugs, but this feels so wrong. So I would like to ask you guys, what are best practices to release versions (major, minor and patches) of software in general, but having the NPM ecosystem...
I frequently look at Github projects to learn new tools/approaches. Project package.json files have been a wealth of information. But, it is cumbersome copying and pasting library names into npmjs.org to see what the libs do. Is there a tool that c...