kessler / license-report

create a short report about a project's dependencies (license, url etc)
MIT License
227 stars 39 forks source link

HTML output #21

Closed sysmat closed 3 years ago

sysmat commented 4 years ago

It would be great if tool would support HTML output.

Regards, Tomaž

kessler commented 3 years ago

you can now do:

license-report --output=html

recommend to use along side hcat if you want to see the result immediately in your browser:

npm i -g hcat
license-report --output=html | hcat