Last active
December 27, 2015 22:09
-
-
Save pavelbinar/7397549 to your computer and use it in GitHub Desktop.
Terminal: Apps/Libraries upgrade commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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