Skip to content
/ ghg Public

Get the executable from github releases easily

License

Notifications You must be signed in to change notification settings

Songmu/ghg

Repository files navigation

ghg

Test Status MIT License Coverage Status PkgGoDev

Description

Get the executable from github releases

Installation

% go install github.com/Songmu/ghg/cmd/ghg@latest

Built binaries are available on gihub releases. https://github.com/Songmu/ghg/releases

Synopsis

% ghg get tcnksm/ghr
% $(ghg bin)/ghr             # you can run the executable
% ghg get -u Songmu/retry    # upgrade and overwrite
% ghg get motemen/ghq@v0.7.1 # specify the release version

Commands

Available commands:
  bin      display bin dir
  get      get stuffs
  version  display version

Author

Songmu