Skip to content
forked from Songmu/gocredits

creates CREDITS file from LICENSE files of dependencies

License

Notifications You must be signed in to change notification settings

syllogy/gocredits

 
 

Repository files navigation

gocredits

Test Status MIT License PkgGoDev

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 install github.com/Songmu/gocredits/cmd/gocredits@latest

Built binaries are available on GitHub Releases. https://github.com/Songmu/gocredits/releases

Author

Songmu

About

creates CREDITS file from LICENSE files of dependencies

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.5%
  • Makefile 10.5%