From 134b6c13599a022a7b470db98e44a839dff6812a Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 29 Aug 2022 11:17:43 +0000 Subject: [PATCH] Resources added for npm (#1625) * Resources added for npm * Update content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md Co-authored-by: Kamran Ahmed --- .../107-nodejs/content/102-nodejs-npm/readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md b/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md index 9a32104a5..eded8a262 100644 --- a/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md +++ b/content/roadmaps/107-nodejs/content/102-nodejs-npm/readme.md @@ -1 +1,12 @@ -# Nodejs npm \ No newline at end of file +# npm + +npm is the standard package manager for Node.js. + +It is two things: first and foremost, it is an online repository for the publishing of open-source Node.js projects; second, it is a command-line utility for interacting with said repository that aids in package installation, version management, and dependency management. A plethora of Node.js libraries and applications are published on npm, and many more are added every day + +Free Content +What is npm? +An introduction to the npm package manager +Official Website +Official Documentation +NPM Crash Course