6 stable releases
1.1.0 | Nov 13, 2022 |
---|---|
1.0.6 | May 21, 2022 |
1.0.2 | Apr 29, 2022 |
#15 in #repos
9MB
2.5K
SLoC
Download the app
Automatically adds project logos to your locally cloned GitHub repos. Youtube Video
This repository contains the source code for the github-icons CLI. You can also sponsor this project
Running the CLI
You can run the CLI using the below commands.
# 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
Dependencies
~62MB
~1M SLoC