See the Jaga's post and the installation instructions.
All you need is
- install JQ
brew install jq
- paste this snippet into the
~/.zshrcfile
function scripts() {
cat package.json | jq -r '.scripts'
}See the Jaga's post and the installation instructions.
All you need is
brew install jq
~/.zshrc filefunction scripts() {
cat package.json | jq -r '.scripts'
}