diff --git a/glossary/Npm.md b/glossary/Npm.md new file mode 100644 index 000000000..3b400b2cf --- /dev/null +++ b/glossary/Npm.md @@ -0,0 +1,4 @@ +### 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.