Skip to content

CLI tool that verifies npm package version

License

Notifications You must be signed in to change notification settings

rafalmaciejewski/is-this-version

Repository files navigation

is-this-version ❓

npm version Build Status Dependencies Coverage Status License


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.

About

CLI tool that verifies npm package version

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published