$ gigi
$ go install github.com/budougumi0617/gigi/cmd/gigi
Built binaries are available on gihub releases. https://github.com/budougumi0617/gigi/releases
If you want to install on MacOS, you can use Homebrew.
brew install budougumi0617/tap/gigi
- Fork (https://github.com/budougumi0617/gigi/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request