Skip to content

Instantly share code, notes, and snippets.

@pavelbinar
Last active December 27, 2015 22:09
Show Gist options
  • Save pavelbinar/7397549 to your computer and use it in GitHub Desktop.
Save pavelbinar/7397549 to your computer and use it in GitHub Desktop.
Terminal: Apps/Libraries upgrade commands
# NPM
npm update
# Ruby gems
gem update
# Homebrew
brew upgrade
# yeoman generators
npm update -g generator-_______
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment