[Question] licenses and generate-disclaimer
See original GitHub issueHi yarn team,
Awesome work on berry! I am working on an open source project (https://github.com/devowlio/wp-react-starter) and want to migrate yarn to berry. I want to benefit from faster install times also on my CI pipeline. Generally, I had a look at “issues” which can be caused by upgrading. The first thing I note:
yarn licenses
yarn generate-disclaimer
What happened to this commands? They seem not to be available / ported. Are they on the roadmap? Are there better alternatives?
Best regards, Matthew 🙂
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:11 (8 by maintainers)
Top Results From Across the Web
Legal Disclaimer and Notices | Open Source Guides
If you have any legal questions, you should consult with your own legal counsel before moving forward. If you're at a company, talk...
Read more >Warranty disclaimer and notice on sensitive collected or ...
Say my FOSS program generates or collects and then outputs data that are eventually of sensitive nature: it could be personal data, financial ......
Read more >Does npm have something similar to 'yarn licenses generate ...
I'm looking for a way to generate a licenses disclaimer and the following yarn command has exactly the output I need:
Read more >NCBI Website and Data Usage Policies and Disclaimers
Liability: For documents and software available from this server, the U.S. Government does not warrant or assume any legal liability or responsibility for...
Read more >Disclaimer - Minnesota.gov
Every effort has been made to make this information accurate and complete, ... own private legal counsel on questions of the applicability of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve just pushed up a plugin that adds
yarn licenses
: https://github.com/mhassan1/yarn-plugin-licensesIt only does
yarn licenses list
right now, inspired by Yarn v1. We can add more commands in the future. Also, it only works with the latest Berry sources frommaster
(it usestreeUtils
), so it’s not quite production ready.Check it out and let me know if you have any feedback.
Adding to the list:
We use license-checker-webpack-plugin. It’s a license checker that’s deeply integrated with Webpack, so it shows you only the licenses of packages that are still left after tree shaking 🙂