ohmyzsh/plugins/jq-node
2017-05-10 13:04:40 -05:00
..
package-version.plugin.zsh uses the ./jq parser to show node specific info 2017-05-10 13:04:40 -05:00
README.md uses the ./jq parser to show node specific info 2017-05-10 13:04:40 -05:00

uses ./jq to show node specific info

pre-requisite

install ./jq

download

https://stedolan.github.io/jq/

or

brew install jq

API

Show node project version

While inside the root of a node project (containing a package.json file) type:

> pv

Displays the project version

v8.0.1