gocredits
![GoDoc](https://godoc.org/github.com/Songmu/gocredits?status.svg)
gocredits creates CREDITS file from LICENSE files of dependencies
Synopsis
gocredits . > CREDITS
Description
When distributing built executable in Go, we need to include LICENSE of the dependent
libraries into the package, so gocredits bundle them together as a CREDITS file.
To use gocredits
, we should use go modules for dependency management.
Installation
homebrew
% brew install Songmu/tap/gocredits
go get
% go get github.com/Songmu/gocredits/cmd/gocredits
Built binaries are available on GitHub Releases.
https://github.com/Songmu/gocredits/releases
Author
Songmu