Updatr
A script for updating all the things: node, npm, brew, rvm, jekyll, etc.
Installation
Use the node CLI tool
npm install -g updatr
updatr
Run the bash script
git clone https://github.com/johnotander/updatr.git && cd updatr
chmod +x update.sh
./update.sh
This script assumes you have the following installed:
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request