is-this-version
v1.1.0
Published
CLI tool that verifies npm package version
Downloads
3
Readme
is-this-version :question:
CLI tool that checks if your package version is set correctly.
This tool was made to be used in some deployment pipelines during verify stages.
Installation
$ npm install -g is-this-version
Usage
If installed globally, is-this-version
will be available as a CLI command. This command should be executed from a root directory of a project to be verified.
Only argument that needs to passed is a version number.
$ is-this-version 1.0.1
If there will be a mismatch in either package.json or package-lock.json the above command will return an error exit code.