Skip to content

Instantly share code, notes, and snippets.

@motleytech
Created April 8, 2016 17:56
Show Gist options
  • Save motleytech/e03c46e839ea5f18869b84a53dab8eec to your computer and use it in GitHub Desktop.
Save motleytech/e03c46e839ea5f18869b84a53dab8eec to your computer and use it in GitHub Desktop.
Useful bash aliases

alias clean-dammit='rm -rf node_modules bower_components tmp dist && npm cache clean && npm set progress=false && npm install && npm set progress=true && bower install'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment