DEV Community

Sahil Bondre
Sahil Bondre

Posted on

πŸ“¦ npm Cheat-Sheet [infographic + pdf]

Second one in the series. This time it's on npm.

Alt Text

πŸ“ pdf version of this cheatsheet
🌟 All my cheat-sheets are in this repo (Star it!)
πŸš€ Find me on Instagram | Github
πŸ˜„ Have a wonderful day!

Top comments (10)

Collapse
 
godcrampy profile image
Sahil Bondre

PS:
I am glad that you guys are loving the series. I have a few questions for you guys. Please reply to this comment! 😊

  1. What other topics do you want cheat sheets on?
  2. I recently started my instagram channel. What content would you guys like there?
Collapse
 
aemiej profile image
Aemie Jariwala

Cheatsheets on major frameworks such as React, Angular could be amazing. Also higher level topics including docker, kubernetes, cloud storage and many other topics, if described easily using cheatsheets, would be helpful.

Collapse
 
godcrampy profile image
Sahil Bondre

Sure coming up soon!

Collapse
 
vudaysai profile image
vudaysai • Edited

VS code keyboard shortcuts

Collapse
 
justaashir profile image
Aashir Khan

Great work!
Thanks for taking the time to create it for lazy people like me.
Can you please make one for "Tailwind CSS", as I'm having a hard time with it...

Collapse
 
godcrampy profile image
Sahil Bondre

Sure! Tailwind is on my list as well. Will post soon!

Collapse
 
nileshsutar4755 profile image
Nilesh Sutar

Awesome post, loved it ❀️

Collapse
 
godcrampy profile image
Sahil Bondre

Thanks Man!

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.