Skip to content

Update NPM glossary.md #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ Write a paragraph explaining the term below, including 2-3 relevent links to mor


## NPM
NPM, or Node Package Manager, is a package manager for JavaScript used in collaboration with Node.js. It utilizes 2 primary functions which include allowing developers to install, manager, and publish packages (Command Line Interface), and serves as a registry for develops to share and reuse code. NPM simplifies dependency management and streamlines the development process for centralizing a platform for JavaScript packages.

[Website 1](https://www.w3schools.com/whatis/whatis_npm.asp)

[Website 2](https://nodejs.org/en/learn/getting-started/an-introduction-to-the-npm-package-manager)

[Website 3](https://www.npmjs.com/)

## Package Manager

Expand Down