-
-
Save denizozger/58360b211b97aab7750c46b3e8223d50 to your computer and use it in GitHub Desktop.
Show scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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