-
Notifications
You must be signed in to change notification settings - Fork 0
Bundle Command #47
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
Bundle Command #47
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
==========================================
+ Coverage 81.54% 82.00% +0.46%
==========================================
Files 12 13 +1
Lines 558 717 +159
==========================================
+ Hits 455 588 +133
- Misses 103 129 +26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good, some small comments
Motivation
Software bills of material are quite common and important when selling software (packages).
The
bundle
command makes the creation of such bills easier by allowing for the bundling of all license files contained in dependency packages.Changes
This PR adds the
bundle
command, e.g.:Closes #33