#prints #package #read #directory #recursively #search #csproj

bin+lib csdeps

读取 csproj 文件并打印出包依赖

2 个版本

0.1.2 2020 年 5 月 9 日
0.1.1 2020 年 5 月 7 日

文件系统 中排名第 1349

MIT 许可证

8KB
148 行代码(不包括注释)

csdeps

给定一个目录,csdeps 递归搜索文件夹中的 .csproj 文件,并打印出所有依赖。

安装

Docker

  1. 使用官方的 Rust Docker 容器,或者按照以下章节中的说明安装 Rust。 (https://hub.docker.com/_/rust)
  2. 使用 cargo 安装 csdeps:cargo install csdeps

Windows、Mac、Linux -> 使用 cargo 安装

  1. 按照以下说明安装 Rust 和相关工具:https://www.rust-lang.net.cn/tools/install
  2. 使用 cargo 安装 csdeps:cargo install csdeps

仅限 Windows -> 从版本中下载

  1. 导航到 版本,并下载最新的 csdeps.exe

用法

使用 json 标志以该格式打印输出。

USAGE:
    csdeps [FLAGS] <DIR>

FLAGS:
    -h, --help       Prints help information
    -j, --json       Output using json format
    -V, --version    Prints version information

ARGS:
    <DIR>    Directory to search for project files

依赖

~5–16MB
~170K 行代码(包括注释)