revise-deps
v1.0.1
Published
A comprehensive dependency management and security scanner tool
Downloads
4
Maintainers
Readme
revise-deps
Overview
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.
Installation
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
Contributing
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.
Code of Conduct
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.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Changelog
[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.
Contact
For support, questions, or feedback, please contact [email protected]