Skip to content

Instantly share code, notes, and snippets.

@digilist
Created August 9, 2022 17:37
Show Gist options
  • Save digilist/9d9a36449e8bb266121afcdfaecbe54e to your computer and use it in GitHub Desktop.
Save digilist/9d9a36449e8bb266121afcdfaecbe54e to your computer and use it in GitHub Desktop.
Yarn Berry Licenses Export as CSV
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