cpp-linter / .github

Global configurations for cpp-linter organization on GitHub
MIT License
0 stars 0 forks source link

Update README.md #20

Closed shenxianpeng closed 1 month ago

shenxianpeng commented 7 months ago

update the readme page to include other repositories that we provided.

2bndy5 commented 7 months ago

You know, we could generate our own pinned repos using the profile's README.

2bndy5 commented 7 months ago

[![Readme Card](https://github-readme-stats.vercel.app/api/pin/?username=cpp-linter&repo=clang-tools-pip)](https://github.com/cpp-linter/clang-tools-pip)

renders as

Readme Card

We can even customize it further by adding arguments to the endpoint

2bndy5 commented 7 months ago

I see another customization that would allow different user-selected themes without using a beta GH media feature:

Github context tags

[![repo card(dark)](https://github-readme-stats.vercel.app/api/pin/?username=cpp-linter&repo=clang-tools-pip&show_owner=true&theme=vue-dark#gh-dark-mode-only)](https://github.com/cpp-linter/clang-tools-pip#gh-dark-mode-only)
[![repo card(light)](https://github-readme-stats.vercel.app/api/pin/?username=cpp-linter&repo=clang-tools-pip&show_owner=true&theme=catppuccin_latte#gh-light-mode-only)](https://github.com/cpp-linter/clang-tools-pip#gh-light-mode-only)

repo card(dark) repo card(light)

shenxianpeng commented 7 months ago

You know, we could generate our own pinned repos using the profile's README.

we just used all the pinned repos. I went back to the README and it is pretty good, unless it's much better than it is now, it's better not to change it. thanks for sharing the links.

shenxianpeng commented 7 months ago

so I'd update the description manually or an action/script to update automatically if any change.