Skip to content

Instantly share code, notes, and snippets.

@denizozger
Last active December 4, 2016 16:36
Show Gist options
  • Save denizozger/58360b211b97aab7750c46b3e8223d50 to your computer and use it in GitHub Desktop.
Save denizozger/58360b211b97aab7750c46b3e8223d50 to your computer and use it in GitHub Desktop.
Show scripts
$ brew install jq
$ echo "alias pasc='cat package.json | jq -r .scripts'" >> ~/.bashrc
$ source ~/.bashrc
$ pasc
{
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment