Skip to content

creates CREDITS file from LICENSE files of dependencies

License

Notifications You must be signed in to change notification settings

harshavardhana/gocredits

 
 

Repository files navigation

gocredits

Forked from original project https://github.com/Songmu/gocredits

MIT License GoDoc

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

go get

% go get github.com/harshavardhana/gocredits/cmd/gocredits

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

About

creates CREDITS file from LICENSE files of dependencies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.9%
  • Makefile 10.1%