wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

Print Depdendency with License-Type and URL #14

Closed wgnf closed 2 years ago

wgnf commented 2 years ago

I'd actually prefer an output by license type, like:

MIT:
- a
- b
- c

BSD-3:
- d
- f
- g
- h

Apache2.0:
- i
- j
- k
- l

marking license-types that are not allowed with an "!" or "*" or something