Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

spanitz/npv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED: Note that this package is no longer maintained.

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.

About

Returns the current node package version

Resources

Stars

Watchers

Forks

Packages

No packages published