Songmu / ghg

Get the executable from github releases easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get the executable from github releases easily

License:MIT License


Languages

Language:Go 93.2%Language:Makefile 6.8%