google / go-licenses

A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
Apache License 2.0
833 stars 125 forks source link

feature: allow for custom reports #140

Closed willnorris closed 2 years ago

willnorris commented 2 years ago

In addition to the CSV report, it would be great to support custom reports using the text/template (or html/template I guess) package. Notably, we're looking at using this at @tailscale to generate notices files in markdown.

I have a branch that is nearly ready to go, which I'll likely send over tomorrow.