Replies: 1 comment 2 replies
-
I have an custom made (and little bit of quick and dirty) solution: license-report |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the
license list
command in one of the latest releases. If I compare to the package license-checker I would love to see a command which outputs something like the--summary
flag of license-checker does.Example:
Such an output could be checked by hand or (if provided in a more parseable way) automatically. You can easily see if you have for example a GPL in your dependencies.
License-checker also has an
--failOn
switch where the command would fail if a certain license is foundExample:
Beta Was this translation helpful? Give feedback.
All reactions