Last active
May 27, 2022 01:43
-
-
Save brenogcota/60cb6802a9d7bcd2618ef47f68fb8b49 to your computer and use it in GitHub Desktop.
Show package json infos by terminal
This file contains 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
# terminal utils | |
alias pkg="cat package.json" | |
alias head-pkg="head package.json" | |
alias tail-pkg="tail package.json" | |
alias pkg-scripts="pkg | jq .scripts" | |
alias hgrep="history | grep " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment