csdeps
Given a directory, csdeps recursively searches folders for .csproj
files, and prints out all dependencies.
Installation
Docker
- Use an official rust docker container, or follow instructions to install rust in the following section. (https://hub.docker.com/_/rust)
- Install csdeps with cargo:
cargo install csdeps
Windows, Mac, Linux -> Install with cargo
- Install rust and associated tools by following the intsructions here: https://www.rust-lang.org/tools/install
- Install csdeps with cargo:
cargo install csdeps
Windows only -> download from releases
- Navigate to releases, and download the latest version of
csdeps.exe
.
Usage:
Use the json
flag to print output in that format.
```
USAGE:
csdeps [FLAGS]
FLAGS:
-h, --help Prints help information
-j, --json Output using json format
-V, --version Prints version information
ARGS:
Directory to search for project files
```