0.1.1 • Published 10 years ago

updatr v0.1.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request