A Go utility inspired by http://whatthecommit.com/
Go to file
2020-01-29 21:30:15 -06:00
cmd/wtc I would rather be playing SC2. 2020-01-29 21:30:15 -06:00
.gitignore For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00
.golangci.yml I would rather be playing SC2. 2020-01-29 21:30:15 -06:00
commits.go I did it for the lulz! 2020-01-29 20:53:12 -06:00
generate.go I did it for the lulz! 2020-01-29 20:53:12 -06:00
go.mod For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00
go.sum For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00
Makefile For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00
README.md For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00
whatthecommit.go For the sake of my sanity, just ignore this... 2020-01-29 20:50:05 -06:00

whatthecommit

A Go library and CLI inspired by whatthecommit

Building

Go

To build purely with Go

go build ./cmd/wtc/

Makefile

To do a full build, including version and updating commits file

make build

Updating commits file

go generate ./...

Usage

wtc help