December 2011
1 post
6 tags
Replacing NPM with Make
Package management at a high level is a fairly simple concept. A software package can be uploaded to—and downloaded from—a central location. The Node.js Package Manager NPM does this, and a whole lot more. If you run npm help you’ll be presented with 64 different commands. I have been using NPM for about a year, and I have only ever used 4 or 5 of these. If someone did a study...
Dec 22nd
20 notes