Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johno/updatr
[UNMAINTAINED] A script for updating all the things: node, npm, brew, rvm, jekyll, etc.
https://github.com/johno/updatr
Last synced: 2 months ago
JSON representation
[UNMAINTAINED] A script for updating all the things: node, npm, brew, rvm, jekyll, etc.
- Host: GitHub
- URL: https://github.com/johno/updatr
- Owner: johno
- License: mit
- Created: 2014-09-27T05:07:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T07:10:43.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T17:49:24.907Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 168 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
* [node](http://nodejs.org/)
* [n](http://davidwalsh.name/upgrade-nodejs)
* [brew](http://brew.sh/)
* [bower](http://bower.io)
* [gulp](http://gulpjs.com/)
* [grunt](http://gruntjs.com/)
* [yo](http://yeoman.io/)
* [ember-cli](http://ember-cli.com)
* [rvm](http://rvm.io)## 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