npm: The Node Package Manager
npmjs.com
npm is the official package manager for the Node.js JavaScript runtime environment. It provides a vast registry for sharing and reusing code packages, as well as command-line tools to manage project dependencies.
#javascript#nodejs
Visit ↗