扫一扫分享
如果想看某个项目从发布到至今的一个增长曲线又如何看呢?
我们需要借助 GitHub Star History 这个站点辅助实现。
使用 # 拼接GitHub项目路径或者直接在star-history中粘贴github项目地址即可。
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=mydearcc/tools&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=mydearcc/tools&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=mydearcc/tools&type=Date"
/>
</picture>
效果如下:
使用特别简单。
手机预览