Npm cheatsheet
Few npm commands I found very useful during development.
CommandDescription
npm -vshow current npm version installed
npm initinizialize npm project into the current folder, creates package.json
npm --helpshow npm help manual page
npm listsh...
giuliachiola.hashnode.dev3 min read