Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/ghg
Get the executable from github releases easily
https://github.com/songmu/ghg
Last synced: 11 days ago
JSON representation
Get the executable from github releases easily
- Host: GitHub
- URL: https://github.com/songmu/ghg
- Owner: Songmu
- License: mit
- Created: 2016-06-14T18:21:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T18:53:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T21:09:24.479Z (27 days ago)
- Language: Go
- Homepage:
- Size: 98.6 KB
- Stars: 96
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
ghg
=======[![Test Status](https://github.com/Songmu/ghg/workflows/test/badge.svg?branch=main)][actions]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![Coverage Status](https://codecov.io/gh/Songmu/ghg/branch/main/graph/badge.svg)][codecov]
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Songmu/ghg)][PkgGoDev][actions]: https://github.com/Songmu/ghg/actions?workflow=test
[codecov]: https://codecov.io/gh/Songmu/ghg
[license]: https://github.com/Songmu/ghg/blob/main/LICENSE
[PkgGoDev]: https://pkg.go.dev/github.com/Songmu/ghg## Description
Get the executable from github releases
## Installation
% go install github.com/Songmu/ghg/cmd/ghg@latest
Built binaries are available on gihub 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/[email protected] # specify the release version## Commands
```
Available commands:
bin display bin dir
get get stuffs
version display version
```## Author
[Songmu](https://github.com/Songmu)