Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Created November 8, 2020 22:34
Show Gist options
  • Save rubeniskov/8e8f8663a12f0ec5d1a50251b78d495a to your computer and use it in GitHub Desktop.
Save rubeniskov/8e8f8663a12f0ec5d1a50251b78d495a to your computer and use it in GitHub Desktop.
find $(pwd) -name 'package.json'\
| xargs -I {} cat {}\
| jq '[.name, .dependencies.react, .devDependencies.react,""]\
| join(",")' --raw-output 2>/dev/null|grep -v ,,,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment