Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaisayush/npm-update-package-version
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.
https://github.com/jaisayush/npm-update-package-version
cli dependencies dev-dependencies npm npm-check npm-check-updates npm-package npm-scripts npmjs outdated outdated-dependencies outdated-libraries outdated-packages outdated-version package package-json package-manager tools update-checker
Last synced: 15 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/jaisayush/npm-update-package-version
- Owner: jaisayush
- License: mit
- Created: 2023-05-05T20:42:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-01T08:05:51.000Z (about 1 year ago)
- Last Synced: 2024-12-19T12:11:39.697Z (about 1 month ago)
- Topics: cli, dependencies, dev-dependencies, npm, npm-check, npm-check-updates, npm-package, npm-scripts, npmjs, outdated, outdated-dependencies, outdated-libraries, outdated-packages, outdated-version, package, package-json, package-manager, tools, update-checker
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/npm-update-package-version
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-update-package-version
[![npm version](https://badge.fury.io/js/npm-update-package-version.svg)](https://badge.fury.io/js/npm-update-package-version)
[![GitHub issues](https://img.shields.io/github/issues/jaisayush/npm-update-package-version)](https://github.com/jaisayush/npm-update-package-version/issues)
[![npm](https://img.shields.io/npm/dt/npm-update-package-version)](https://www.npmjs.com/package/npm-update-package-version)
[![GitHub license](https://img.shields.io/github/license/jaisayush/npm-update-package-version)](https://github.com/jaisayush/npm-update-package-version/blob/main/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](CONTRIBUTING.md) for more details.
## 🐛 Issues
Please report any issues or bugs on the [issues page](https://github.com/jaisayush/npm-update-package-version/issues).
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 👨💻 Author
Ayush Jaiswal
- Email: [email protected]
- LinkedIn: https://www.linkedin.com/in/jaisayush/