Skip to content

npm-update-package-version is a command-line tool that checks for available updates of your project's dependencies. It lists the package name and the latest version available in a table format.

License

Notifications You must be signed in to change notification settings

jaisayush/npm-update-package-version

Repository files navigation

npm-update-package-version

npm version GitHub issues npm GitHub license

πŸ”ŽπŸ“¦ npm-update-package-version is a command-line tool that checks for available updates of your project's dependencies. It lists the package name and the latest version available in a table format.

πŸ“₯ Installation

Install the package globally using npm:

npm install -g npm-update-package-version

πŸš€ Usage

Run the following command in your project directory:

npm-update-package-version

🌟 Example Output

Package Name Current Version Latest Version Update Available
axios 0.23.0 1.4.0 βœ”
cli-table3 0.6.3 0.6.3 ✘
chalk 4.1.2 5.2.0 βœ”
ini 2.0.0 4.1.0 βœ”
jest 29.5.0 29.5.0 ✘

In this example, the tool checks for available updates of the dependencies used in the project and displays the results in a formatted table.

🀝 Contributing

Contributions are welcome! Please refer to the contribution guidelines for more details.

πŸ› Issues

Please report any issues or bugs on the issues page.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ‘¨β€πŸ’» Author

Ayush Jaiswal