boyter / lc

licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
GNU Affero General Public License v3.0
124 stars 17 forks source link

Add summary formatter #30

Closed ojkelly closed 6 years ago

ojkelly commented 6 years ago

I'd love to get a high level summary of the licenses, something like:

License       Quantity
MIT              20
ISC              5
GPL             1
boyter commented 6 years ago

https://github.com/boyter/lc/pull/31

boyter commented 6 years ago

It works on the combined license format similar to tabular output which was how SPDX specifies it but done.