Awesome npm Packages

✍️ Author: Remy

A Collection of Useful npm Packages

This page is continuously updated

Registry Management

nrm is an npm registry manager that allows you to easily switch between npm registries.

npm install -g nrm
nrm ls 
nrm use xxx

Check current npm registry setting: npm config get registry

Package Management

pnpm is a fast, disk space efficient package manager.

npm install -g pnpm

Node Version Management

nvm is a Node.js version manager that allows you to easily switch between Node.js versions.

npm install -g nvm