An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/cargo-recursive.svg)](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/)