Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennifersmith/6688adfce900bf93e585f787b7780f0e to your computer and use it in GitHub Desktop.
Save jennifersmith/6688adfce900bf93e585f787b7780f0e to your computer and use it in GitHub Desktop.
Mine arbitrary package.json script configs I have lying around
find ~/ -name 'package.json' | xargs jq -sr '.[].scripts | keys[]' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment