-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add vendor informations to licences ls command #3292
Conversation
Hey @lochbrunner that's a wonderful idea :D Could you please write some tests that do the same stuff that you do manually? If you need some help I am here ;) |
Hi @voxsim, |
@lochbrunner you are right, that's why if for some reasons you find some difficulties I am here to help you. Can you help us? Do you have time? ;) |
@voxsim, thanks for your support. |
@voxsim is this ok? |
@lochbrunner it's perfect! awesome! :D Could you please call |
@voxsim Done! |
Let's wait for the result and merge it if everything is ok :) |
What to do with the failed test run? It's a timeout issue. |
Summary
No. It only adds two columns to the output of a reporting feature.
Often when using OpenSource Software one has to make a finer report of the used dependencies. For example Vendor/Author name and homepage is a must.
The current feature provided by yarn is nice, but still not sufficient for commercial use.
Test plan
I ran
yarn licenses ls --json > licenses.json
Results in a large json output. A cut of them looks like