Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

keplersj/update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update

One stop resource for updating packages installed on your system.

Installation

From source:

make
make install

Using Homebrew:

brew install keplersj/tap/update

Usage

Running the update binary will check your system for the package managers installed, and run those package managers update and/or upgrade commands.

Configuration

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.

Included in Default Configuration

Contributing

  1. Fork it ( https://github.com/keplersj/update/fork )
  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 a new Pull Request

Contributors

  • @keplersj Kepler Sticka-Jones - creator, maintainer