0.0.5 • Published 6 years ago

npm-pkg-version v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

npm-pkg-version

Lightweight cli tool for getting currently installed package version.

Installation

$ npm install -g npm-pkg-version

or Yarn

$ yarn global add npm-pkg-version

Example of usage

$ npmver express
$ npmver global npm

Output

 Package Name:  npm  (global)
 Package version:  6.4.1

License

MIT