mhassan1 / yarn-plugin-licenses

Yarn Berry plugin that adds `yarn licenses` commands
42 stars 11 forks source link

Option to exclude metadata from license list output #10

Closed olee closed 3 years ago

olee commented 3 years ago

It would be nice to get an option to exclude metadata like url, vendorUrl and vendorName from the console output as this makes the list quite huge and is not necessary usually. I would even say that it should be rather excluded by default and only added when an option is enabled.

mhassan1 commented 3 years ago

Check out PR https://github.com/mhassan1/yarn-plugin-licenses/pull/11. I'd rather not make it default because it would be a breaking change and because this library is meant as a (mostly) drop-in replacement for Classic Yarn licenses.