By participating to this project, you agree to abide our code of conduct.
gm
is written in Go.
Prerequisites:
Clone gm
anywhere:
$ git clone [email protected]:kordamp/gm.git
Install the build and lint dependencies:
$ go install github.com/fzipp/gocyclo
$ go get ./...
A good way of making sure everything is all right is running the test suite:
$ go test -v ./...
You can create a branch for your changes and try to build from the source as you go:
$ go build gm.go
Push your branch to your gm
fork and open a pull request against the development
branch.