#cargo #help #projects #tool #don't #adr #faaaaaak

app cargo-fak

Cargo Faaaaaak! 是为你的 Rust 项目提供的 ADR 工具。你不需要帮助,你是一个人,因此有限制。你需要的是更好的工具,Cargo Faaaaaak! 的目标就是帮助你。

3 个稳定版本

1.0.3 2020 年 10 月 21 日
1.0.2 2020 年 10 月 17 日
0.1.0 2020 年 10 月 14 日

662Cargo 插件

每月 24 次下载

MIT 许可证

420KB
68

Cargo FAAAAAAK!

Cargo Faaaaaak!

Build Status

  • 你是否厌倦了你过去的人格做出没有意义的决定?
  • 你是否经常问自己:我为什么做出那个决定?

别再害怕了,Cargo Faaaaaak! 是为你的 Rust 项目提供的 ADR 工具。你不需要帮助,你是一个人,你很好。你需要的是更好的工具,Cargo Faaaaaak! 的目标就是帮助你。

使用方法

将 cargo-fak 添加为 Cargo.toml 中的开发依赖项 (),以从 crates.io 使用

[dev-dependencies]
cargo-fak="1.0.0"

你可以通过输入以下命令来获取关于 cargo-fak 的信息

$ cargo adr --help
Cargo Faaaaaak! is an ADR tool for your Rust projects. You don't need help, you are human, you are fine. What you need
is better tools, Cargo Faaaaaak! aims to help you out.

USAGE:
    cargo adr <TITLE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <TITLE>    A title of your ADR

要创建一个新的记录,只需输入

$ cargo adr a-title-for-your-record

然后你将在 docs/adr/TIMESTAMP_a-title-for-your-record.md 找到你的新记录。

依赖

~755KB