2.0.0 ā€¢ Published 4 months ago

npm-update-package-version v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm-update-package-version

npm version GitHub issues 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 NameCurrent VersionLatest VersionUpdate Available
axios0.23.01.4.0āœ”
cli-table30.6.30.6.3āœ˜
chalk4.1.25.2.0āœ”
ini2.0.04.1.0āœ”
jest29.5.029.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