uses the ./jq parser to show node specific info

This commit is contained in:
Rocky Assad 2017-05-10 13:04:40 -05:00
commit b083ef832f
2 changed files with 39 additions and 0 deletions

24
plugins/jq-node/README.md Normal file
View file

@ -0,0 +1,24 @@
## 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`