https://github.com/dentosal/cargo-recursive
A cargo subcommand for running a command in all subdirectories recursively
https://github.com/dentosal/cargo-recursive
cargo-subcommand
Last synced: 9 months ago
JSON representation
A cargo subcommand for running a command in all subdirectories recursively
- Host: GitHub
- URL: https://github.com/dentosal/cargo-recursive
- Owner: Dentosal
- Created: 2020-12-31T12:06:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T03:19:19.000Z (about 4 years ago)
- Last Synced: 2025-04-11T20:11:47.477Z (9 months ago)
- Topics: cargo-subcommand
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://crates.io/crates/cargo-recursive)
# cargo-recursive
A cargo subcommand for running a command in all subdirectories recursively.
## Installation
```
cargo install cargo-recursive
```
## Usage
To clean all subdirectories recursively
```
cargo recursive clean
```
Print all selected crates and their versions
```bash
cargo recursive read-manifest | jq '.name + " " + .version'
```
## License
This projest is licensed under [`CC0`](https://creativecommons.org/share-your-work/public-domain/cc0/)