Skip to content

Instantly share code, notes, and snippets.

@benjaminsehl
Last active August 6, 2020 17:11
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 benjaminsehl/7c77c23f2acd03aca53b675045848ace to your computer and use it in GitHub Desktop.
Save benjaminsehl/7c77c23f2acd03aca53b675045848ace to your computer and use it in GitHub Desktop.
Zsh alias to print the scripts from a package.json file
alias scripts="pcregrep -M '(?<=scripts\":\s)(.|\n)*?(?=\n\s*},)' package.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment