ktr0731 / gocredits

creates CREDITS file from LICENSE files of dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocredits

Build Status 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 github.com/Songmu/gocredits

Author

Songmu

About

creates CREDITS file from LICENSE files of dependencies

License:MIT License


Languages

Language:Go 82.4%Language:Makefile 17.6%