Files
30-seconds-of-code/glossary/Npm.md
Angelos Chalaris 7822f700dd Add npm
2018-08-17 10:54:17 +03:00

5 lines
210 B
Markdown

### 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.