Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 580 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 580 Bytes

Crates.io

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

cargo recursive read-manifest | jq '.name + " " + .version'

License

This projest is licensed under CC0