Created
August 9, 2022 17:37
-
-
Save digilist/9d9a36449e8bb266121afcdfaecbe54e to your computer and use it in GitHub Desktop.
Yarn Berry Licenses Export as CSV
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yarn info --manifest --json --all --recursive | \ | |
jq -s -c -r '["package", "version", "license"], (.[] | [(.value|sub("@npm.*"; "")), .children.Version, .children.Manifest.License]) | @tsv' \ | |
> licenses.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment