npm is an open source package manager created in 2010 by Isaac Z. Schlueter.
#205on PLDB | 14Years Old |
git clone https://github.com/npm/npm
npm is a package manager for the JavaScript programming language. It is the default package manager for the JavaScript runtime environment Node.js. It consists of a command line client, also called npm, and an online database of public and paid-for private packages, called the npm registry. Read more on Wikipedia...