kessler / license-report

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

Output to the file #19

Closed hopole closed 3 years ago

hopole commented 4 years ago

Hi, is it possible to output report to the file?

gaheinrichs commented 4 years ago

Hi @hopole if you are in a unix environment you can try redirecting the output to a file. license-report --only=prod --output=json > myfile.json

BePo65 commented 4 years ago

The same goes for windows environments.