1.1.0 • Published 7 years ago

npv v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

#npv - Node Package Version Prints out the current package version or any other package information you want.

##Install

npm install npv

##Usage Printing out the current package version

npv
1.0.0

Package name is quite easy...

npv name
my-node-project

...or just pass the property path.

npv repository.url
https://github.com/...

Storing package version in an environment variable

export PACKAGE_VERSION=$(npv)

License

Released under the MIT license.

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago