Second one in the series. This time it's on npm.
π pdf version of this cheatsheet
π All my cheat-sheets are in this repo (Star it!)
π Find me on Instagram | Github
π Have a wonderful day!
Second one in the series. This time it's on npm.
π pdf version of this cheatsheet
π All my cheat-sheets are in this repo (Star it!)
π Find me on Instagram | Github
π Have a wonderful day!
For further actions, you may consider blocking this person and/or reporting abuse
Mike Young -
Mike Young -
Mike Young -
Sospeter Mong'are -
Top comments (10)
PS:
I am glad that you guys are loving the series. I have a few questions for you guys. Please reply to this comment! π
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.
Sure coming up soon!
VS code keyboard shortcuts
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...
Sure! Tailwind is on my list as well. Will post soon!
Awesome post, loved it β€οΈ
Thanks Man!
Hi,
nice work.
I guess the command "npm ci" would also have to be on the cheatsheet?
Simon
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.