2 个版本
0.1.1 | 2019 年 6 月 7 日 |
---|---|
0.1.0 | 2017 年 8 月 31 日 |
#472 在 Cargo 插件
7KB
155 行
cargo-thank-you-stars
在 GitHub 上给你的依赖项点赞!
这是对 teppeis/thank-you-stars 的 cargo 子命令实现。
安装
cargo-thank-you-stars
可以使用 cargo install
安装。
$ cargo install cargo-thank-you-stars
保存你的 GitHub 个人访问令牌
- 打开 https://github.com/settings/tokens 并点击 "生成新令牌"。
- 输入描述,仅选择 "public_repo" 作为作用域,然后点击 "生成令牌"。
- 复制令牌并保存为
~/.thank-you-stars.json
{
"token": "YOUR_TOKEN"
}
用法
在 cargo install
之后,在你的项目根目录下运行。
$ cargo thank-you-stars
许可证
MIT 许可证。
依赖项
~23MB
~496K SLoC