Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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