| Crates.io | depup |
| lib.rs | depup |
| version | 0.0.2 |
| created_at | 2025-05-09 15:34:18.63566+00 |
| updated_at | 2025-05-12 21:12:47.430735+00 |
| description | A tool for updating your dependencies. |
| homepage | |
| repository | https://github.com/zanderlewis/depup |
| max_upload_size | |
| id | 1667224 |
| size | 51,417 |
Depup is a tool for mass updating dependencies and creating backups. It can take a package.json file and update all dependencies to the latest version, and it can do the same for other package types like Cargo.toml and composer.json. It can also create backups of the original files before updating them. This is useful for keeping track of changes and reverting to previous versions if needed.
You can install Depup using Cargo:
cargo install depup
To use Depup, run:
depup -h
This will display the help message with all available options.