https://github.com/pombadev/cargo-updater
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin.
https://github.com/pombadev/cargo-updater
cargo cargo-plugin cargo-subcommand rust
Last synced: 10 months ago
JSON representation
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin.
- Host: GitHub
- URL: https://github.com/pombadev/cargo-updater
- Owner: pombadev
- License: mit
- Created: 2020-02-01T18:57:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T18:41:31.000Z (over 2 years ago)
- Last Synced: 2024-03-13T23:02:59.123Z (over 2 years ago)
- Topics: cargo, cargo-plugin, cargo-subcommand, rust
- Language: Rust
- Homepage:
- Size: 5.87 MB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE-2.0.md
Awesome Lists containing this project
README
# Cargo updater
> A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin.
[](https://crates.io/crates/cargo-updater)

### Demo
[](./demos/demo.gif)
## Features
> List installed, view available updates
[](./demos/list.png)
> Install all upgradeable binaries
[](./demos/final.png)
### Installation
```shell
cargo install cargo-updater
```
### Usage
```shell
cargo updater
```
### Similar projects
| Crate | Dependencies | Scope | Simple | Pretty |
| - | - | - | - | - |
| [this project](https://crates.io/crates/cargo-updater) | 6 | Installed executables | ✅ | ✅ |
| [cargo-update](https://crates.io/crates/cargo-update) | 17 | Installed executables | ❌ | ❌ |
| [cargo-outdated](https://crates.io/crates/cargo-outdated) | 13 | Cargo project | ❌ | ❌ |
| [cargo-upgrades](https://crates.io/crates/cargo-upgrades) | 5 | Cargo project | ✅ | ❌ |