DEV Community

Discussion on: 📦 npm Cheat-Sheet [infographic + pdf]

Collapse
 
simonscholz profile image
SIM

Hi,

nice work.

I guess the command "npm ci" would also have to be on the cheatsheet?

Simon

Collapse
 
godcrampy profile image
Sahil Bondre

Hi Simon.
I tried to crunch in all the essential commands. Maybe I'll add a second page to the cheat-sheet to cover the commands I missed (in near future).
$ npm ci is used in automated environments incase anyone is wondering. Here's the docs for it.