@ghvst/version-check

1.1.0 • Public • Published

npm License: MIT npm bundle size

Version-check

goku

This is a simple CLI tool that helps you know if all the packages in your Package.json file are up to date! it checks your package.json file and in a tabular form tells you if all the packages are up to date!

Installation

to Install globally npm install -g @ghvst/version-check

to run directly with npx (this installs the package on every run) npx @ghvst/version-check

Usage

version-check vc --path="Name/Path to your package.json" - This command checks the main dependencies listed in the package.json file to see if they are up to date

version-check vc-dev --path="Name/Path to your package.json" - This command checks your devDependencies listed in the package.json file to see if they are up to date

version-check vc-all --path="Name/Path to your package.json" - This command checks all the dependencies in the package.json file to see if they are up to date

NPMversion-check1

If the path that was passed in isn't found, you would be prompted and asked if you would like to check the parent directory for that file, if the file is found then the package would scan that file and print the result ofthe version check! If it is not found, you will be notified and the process exited!

NPMpackage2

Package Sidebar

Install

npm i @ghvst/version-check

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

11.5 kB

Total Files

13

Last publish

Collaborators

  • ghvst