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
You can run the CLI using the below commands.
```bash
curl https://sh.rustup.rs -sSf | sh
git clone https://github.com/samdenty/github-icons cd github-icons
cargo run -- sync
cargo run -- sync --token INSERT_TOKEN ```