mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
24 lines
No EOL
306 B
Markdown
24 lines
No EOL
306 B
Markdown
## 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` |