6 个稳定版本
1.1.0 | 2022 年 11 月 13 日 |
---|---|
1.0.6 | 2022 年 5 月 21 日 |
1.0.2 | 2022 年 4 月 29 日 |
#9 在 #repos
22 每月下载次数
9MB
2.5K SLoC
下载应用程序
自动将项目徽标添加到本地克隆的 GitHub 仓库中。 YouTube 视频
此存储库包含 github-icons CLI 的源代码。您还可以 赞助此项目
运行 CLI
您可以使用以下命令运行 CLI。
# To install rust
curl https://sh.rustup.rs -sSf | sh
# Clone the repository
git clone https://github.com/samdenty/github-icons
cd github-icons
cargo run -- sync
# or with github token (for private repos)
cargo run -- sync --token INSERT_TOKEN
依赖项
~66MB
~1M SLoC