Skip to content

The `hubapp` command line tool lets you install app binaries from github user's releases.

License

Notifications You must be signed in to change notification settings

warrensbox/hubapp

Repository files navigation

Github App Installer

Build Status Go Report Card CircleCI

drawing

The hubapp command line tool lets you install app binaries from github user's releases. Once installed, simply select the version you require from the dropdown and start using the downloaded github user's app.

See installation guide here: hubapp installation

Installation

hubapp is available for MacOS and Linux based operating systems.

Homebrew

Installation for MacOS is the easiest with Homebrew. If you do not have homebrew installed, click here.

brew install warrensbox/tap/hubapp

Linux

Installation for other linux operation systems.

curl -L https://raw.githubusercontent.com/warrensbox/hubapp/release/install.sh | bash

Install from source

Alternatively, you can install the binary from source here

How to use

Use dropdown menu to select version

drawing

  1. You can install and switch between different versions of github user's app by typing the command hubapp install user/repo on your terminal.
  2. Select the version of binary by using the up and down arrow.
  3. Hit Enter to install the desired version.

The most recently selected versions are presented at the top of the dropdown.

Upgrade current version

drawing

  1. You can also upgrade to latest version of the app.
  2. For example, hubapp upgrade user/repo to upgrade to a higher version of the app.
  3. Hit Enter to upgrade.

Uninstall GitHub app

drawing

  1. You can also uninstalled github user's.
  2. For example, hubapp upgrade user/repo to uninstall to a higher version of the app.
  3. Hit Enter to uninstall.

Additional Info

See how to upgrade, uninstall, troubleshoot here:More info

Issues

Please open issues here: New Issue