Package badger
A CLI to create badges.
This CLI can create PNG and SVG badges. The goal is to support the creation
of badges in existing CI/CD pipelines, without needing to rely on third-party
services.
Install
The package can be installed from the command line using the go tool. There are no dependencies beyond the standard library. Any version of Go should work, but testing only covers version 1.8 and up.
go get gitlab.com/stone.code/badger
Getting Started
Package documentation and examples are on godoc.
Contribute
Feedback and PRs welcome. You can also submit an issue.
Despite its small size, this package is considered to be feature complete.
License
BSD (c) Robert Johnstone