1.1.0 • Published 4 years ago

is-this-version v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

is-this-version :question:

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.

1.1.0

4 years ago

1.0.0

5 years ago

0.1.1

5 years ago

0.1.0

6 years ago