revise-deps

Revise-Deps is an npm package designed to help you manage your project dependencies. It checks for outdated packages and vulnerabilities, and provides solutions to update and resolve issues. Keep your project secure and up-to-date with ease using Revise-Deps

Downloads
7
Stars
3

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:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear message.
  4. Push your changes to your fork.
  5. 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]