Designer News
Where the design community meets.
over 7 years ago from David M, UI Developer
npmsucks = rm -rf node_modules/ && npm install
this is the best
hahaha...I definitely used "rm -rf node_modules/ && npm install" too many times.
+1 for that last alias hahaha
npmsucks Hahahahaha
Second that gs = git status one! Easily my most used alias
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
the ones i use the most:
gs = git status
git c = git commit -m
be = bundle exec
npmsucks = rm -rf node_modules/ && npm install