Files
30-seconds-of-code/glossary/Npm.md
2019-08-13 11:19:29 +03:00

8 lines
231 B
Markdown

---
title: Npm
tags: Npm
---
Npm is a package manager for the JavaScript programming language and the default package manager for Node.js.
It consists of a command-line client and the npm registry, an online database of packages.