revise-deps
is a CLI tool for managing dependencies and auditing security in Node.js projects. It helps developers keep their projects' dependencies up-to-date and secure by providing commands to scan for outdated packages, check for vulnerabilities, and update packages.
Install revise-deps
globally using npm:
npm install -g revise-deps
Scanning for Outdated Dependencies
revise-deps scan
Checking for Vulnerabilities Dependencies
revise-deps audit
Updating the Dependencies
revise-deps update
We welcome contributions from the community! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with a clear message.
- Push your changes to your fork.
- Submit a pull request to the main repository.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
This project is licensed under the MIT License. See the LICENSE file for more details.
[1.0.0] - 2024-07-29 Initial release of revise-deps. Added commands: scan, audit, and update.
Acknowledgements
Thanks to the creators of chalk, commander, semver, and axios for their fantastic libraries, which are utilized in this project.
For support, questions, or feedback, please contact [email protected]