Skip to content

edvakf/ggallin

 
 

Repository files navigation

ggallin

Description

Compose gox and ghr as all-in-one

Installation

To install, use go get:

$ go get -d github.com/yuya-takeyama/ggallin

Usage

Create new project

$ ggallin init PROJECT

Build package

Build binaries into ./pkg directory.

$ ggallin build

Release package

Build binaries and release it to GitHub

$ ggallin release

Contribution

  1. Fork (https://github.com/yuya-takeyama/ggallin/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create new Pull Request

License

The MIT License

Author

Yuya Takeyama

About

Compose gox and ghr as all-in-one

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 99.1%
  • Shell 0.9%