#组织 #项目 #命令 #学习 #工具

app proj-cmd

为学习 Rust 开发的项目管理工具

4 个版本

0.1.2 2024 年 8 月 19 日
0.1.1 2024 年 8 月 18 日
0.1.0 2024 年 8 月 18 日
0.0.1 2024 年 8 月 17 日

#416命令行工具

Download history 60/week @ 2024-08-11

每月 60 次下载

MIT/Apache

11KB
262

proj-cmd

使用 clap 编写的简单项目组织器。

安装

步骤 1

安装 proj-cmd 命令 -

cargo install proj-cmd

步骤 2

zsh将以下内容添加到您的 shell 配置文件中 -
eval "$(proj-cmd init zsh)"
bash将以下内容添加到您的 shell 配置文件中 -
eval "$(proj-cmd init bash)"
fish将以下内容添加到您的 shell 配置文件中 -
eval "$(proj-cmd init fish)"
nu

运行此命令 proj-cmd init nu | save -f ~/.proj.nu 将以下内容添加到您的 shell 配置文件中 -

source ~/.proj.nu

init 命令目前支持 bashzshnufish

默认情况下,init 命令生成一个名为 proj 的函数,您也可以传递自己的作为 proj-cmd init <shell> my-cmd

依赖关系

~1–12MB
~79K SLoC