modulepackage
0.0.0-20210705202612-b86fda97dc80
Repository: https://github.com/clly/vanity.git
Documentation: pkg.go.dev
# README
vanity
Vanity is a CLI program to create vanity buttons in a github readme for Go programs. It also creates .travis.yml files.
Installation
go get -u github.com/clly/vanity
go install github.com/clly/vanity
OR
go get github.com/clly/vanity
go get -u github.com/golang/dep/cmd/dep
cd $GOPATH/github.com/clly/vanity
dep ensure
go install
Usage
We're assuming that this is a github project and that the package matches the github name.
vanity github.com/clly/vanity
Output
# vanity
[](https://goreportcard.com/report/github.com/clly/vanity)
[](https://travis-ci.org/clly/vanity)
[](https://godoc.org/github.com/clly/vanity)
[](LICENSE)