budougumi0617 / hc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hc

GoDoc CircleCI GolangCI Go Report Card

Description

Demo

Requirement

Usage

$ hc -h

Install

You can download binary from release page and place it in $PATH directory.

MacOS

If you want to install on MacOS, you can use Homebrew.

brew tap budougumi0617/hc
brew install budougumi0617/hc/hc

Contribution

  1. Fork (https://github.com/budougumi0617/hc/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

MIT

Author

Yoichiro Shimizu(@buodugumi0617)

About

License:MIT License


Languages

Language:Go 100.0%