Y
Hacker News
new
|
ask
|
show
|
jobs
by
stoops
2168 days ago
Don't make me type shift on the command line. It makes my pinky finger hurt after a long day.
1 comments
moron4hire
2168 days ago
How often are you installing packages?
link
gkoberger
2168 days ago
I do it a ton. I don't write production code much anymore; it tends to be quick scripts or little one-off apps. So I probably type `npm i ...` a few times a day.
Plus things like `npm install` on pull requests, etc.
link