kessler / license-report

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

Is it possible to output into file using configuration? #88

Closed DmitryOlkhovoi closed 2 years ago

DmitryOlkhovoi commented 2 years ago

I did output with linux command > but it wont work on windows. Is it possible to configure this tool to output into file by default?

DmitryOlkhovoi commented 2 years ago

ok, > works on windows, but probably it will be good to have output to file :) Thanks

BePo65 commented 2 years ago

I think that outputting to a file will require a few more configuration properties and in the end you get a long version of > (something like --target=c:\temp\licenses.json).

IMHO it is not worth the effort :disappointed: