upgradejs / depngn

A CLI tool to find out if your dependencies support a given version of node.
MIT License
102 stars 5 forks source link

[Feature Request]: Add `html` reporting option #11

Closed kindoflew closed 1 year ago

kindoflew commented 1 year ago

Describe your request

The only options right now are terminal (a table is printed to the terminal) and json (a .json file is written to disk).

We should add an html option that can be viewed in the browser.

Possible Implementation

The initial output is always JSON -- for terminal we just pass it to an external package that outputs a formatted string that prints as a table. We have a few options:

Code of Conduct

kindoflew commented 1 year ago

Resolved by #21