cli-version-checker

1.0.3 • Public • Published

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!

Usage

cli-version-checker 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

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

cli-version-checker 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

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!

Package Sidebar

Install

npm i cli-version-checker

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

10.6 kB

Total Files

13

Last publish

Collaborators

  • ghvst