vitejs / awesome-vite

⚡️ A curated list of awesome things related to Vite.js
https://github.com/vitejs/vite
MIT License
14.03k stars 1.12k forks source link

Stars count next to the list item #313

Open dospolov opened 2 years ago

dospolov commented 2 years ago

Github Stars count is an important criteria for choosing plugins. What do you think about placing a label with a Stars count next to each list item?

Jogai commented 2 years ago

Personally I dont pay attention to github stars. I bet all repo's that were once popular, but are now out of fashion still have a lot of stars.

That said, badgen is made for this so its never out of date.

![awesome-vite-stars](https://flat.badgen.net/github/stars/vitejs/awesome-vite)

Resulting in:

awesome-vite-stars

dospolov commented 2 years ago

Cool, I can send a PR with badges if you think that might be relevant for others.

Jogai commented 2 years ago

Well, I'm not a maintainer here so I cant really say.

Scrum commented 2 years ago

I think this is a somewhat dubious choice based on the stars, for example, an older package may have more stars due to time, but not have support for a long time than a young package that has all the advantages that has an insignificant number of stars.

utamori commented 2 years ago

I think the last commit is a good indicator that the project is being actively maintained. 

![](https://flat.badgen.net/github/last-commit/vitejs/awesome-vite)

millette commented 2 years ago

Showing both (stars/last commit) would be a good indicator.

HugoImaios commented 8 months ago

Indeed, this awesome list a very dense, and contain project which haven't been updated for years. The "why not both" of @millette seems a nice to have :+1: @Scrum what would you think about it ?