https://github.com/warrensbox/hubapp
The `hubapp` command line tool lets you install app binaries from github user's releases.
https://github.com/warrensbox/hubapp
github
Last synced: 10 months ago
JSON representation
The `hubapp` command line tool lets you install app binaries from github user's releases.
- Host: GitHub
- URL: https://github.com/warrensbox/hubapp
- Owner: warrensbox
- License: mit
- Created: 2019-02-01T18:01:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T10:11:40.000Z (over 1 year ago)
- Last Synced: 2025-04-15T01:07:37.214Z (10 months ago)
- Topics: github
- Language: Go
- Homepage: https://warrensbox.github.io/hubapp
- Size: 3.04 MB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Github App Installer
[](https://travis-ci.org/warrensbox/hubapp)
[](https://goreportcard.com/report/github.com/warrensbox/hubapp)
[](https://circleci.com/gh/warrensbox/hubapp/tree/release)

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](https://warrensbox.github.io/hubapp/)
## 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](https://brew.sh/).
```ruby
brew install warrensbox/tap/hubapp
```
### Linux
Installation for other linux operation systems.
```sh
curl -L https://raw.githubusercontent.com/warrensbox/hubapp/release/install.sh | bash
```
### Install from source
Alternatively, you can install the binary from source [here](https://github.com/warrensbox/hubapp/releases)
## How to use
### Use dropdown menu to select version

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.
1. Select the version of binary by using the up and down arrow.
1. Hit **Enter** to install the desired version.
The most recently selected versions are presented at the top of the dropdown.
### Upgrade current version

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

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](https://warrensbox.github.io/hubapp/additional)
## Issues
Please open *issues* here: [New Issue](https://github.com/warrensbox/hubapp/issues)