One stop resource for updating packages installed on your system.
From source:
make
make install
Using Homebrew:
brew install keplersj/tap/update
Running the update
binary will check your system for the package managers installed, and run those package managers update and/or upgrade commands.
Create configuration file in $HOME
directory:
touch $HOME/.update.yml
Insert into this file your providers, or reassign existed.
YAML.mapping
as documentation and providers.yaml
as example.
- App Store
- Arch Linux (with AUR by
pacaur
) - Atom Package Managers
- Composer
- Homebrew
- Mac OS X Update
- Node Package Managers
- RubyGems
- Fork it ( https://github.com/keplersj/update/fork )
- 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 a new Pull Request
- @keplersj Kepler Sticka-Jones - creator, maintainer