You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
This seems to be the only viable project that's capable of handling yarn berry monorepos and all other solutions to build attribution files fall short or require workarounds. However, AFAICT it can only check licenses and generate simple CSV files containing the licenses, but not copyright attributions that could be shipped with the application.
Describe the solution you'd like
What I understand under a "copyright attribution" is a text containing all packages, their versions, licenses, and the license text in its entirety, if required by the license. Something like this:
Describe alternatives you've considered
Currently, we use a Docker build to "flatten" individual apps of our monorepo down into modules with a single package.json file, so that "standard" tools like license-checker and oss-attribution-generator work. For yarn monorepos, I think it would be amazing if we could add an attribution output to yarn-plugin-licenses.
Additional context
I'd be willing to give this a shot if you think it fits the scope of the project.
The text was updated successfully, but these errors were encountered:
This is on the edge of what I'd consider in scope for this project. That being said, we are already scanning for licenses, so it's not too much of a stretch to aggregate these licenses and output them into some file.
Is your feature request related to a problem? Please describe.
This seems to be the only viable project that's capable of handling yarn berry monorepos and all other solutions to build attribution files fall short or require workarounds. However, AFAICT it can only check licenses and generate simple CSV files containing the licenses, but not copyright attributions that could be shipped with the application.
Describe the solution you'd like
What I understand under a "copyright attribution" is a text containing all packages, their versions, licenses, and the license text in its entirety, if required by the license. Something like this:
Describe alternatives you've considered
Currently, we use a Docker build to "flatten" individual apps of our monorepo down into modules with a single package.json file, so that "standard" tools like
license-checker
and oss-attribution-generator work. For yarn monorepos, I think it would be amazing if we could add an attribution output to yarn-plugin-licenses.Additional context
I'd be willing to give this a shot if you think it fits the scope of the project.
The text was updated successfully, but these errors were encountered: