Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.16 KB

readme.md

File metadata and controls

55 lines (35 loc) · 2.16 KB

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