https://github.com/lework/leversion
列出开源软件的最新版本 (List the latest version of open source software)
https://github.com/lework/leversion
cncf github latest latest-version open-source software version
Last synced: 7 months ago
JSON representation
列出开源软件的最新版本 (List the latest version of open source software)
- Host: GitHub
- URL: https://github.com/lework/leversion
- Owner: lework
- License: mit
- Created: 2019-09-16T10:55:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T02:51:46.000Z (7 months ago)
- Last Synced: 2025-07-07T03:43:37.187Z (7 months ago)
- Topics: cncf, github, latest, latest-version, open-source, software, version
- Language: Vue
- Homepage: https://lework.github.io/leversion
- Size: 30.3 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leversion  
> 列出开源软件的当前版本 (List the latest version of open source software)
## Build Setup
```bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
## 生成数据
> 每周一到周五早上 9 点更新数据
- `scripts/source.json` 记录要搜集版本的开源软件列表
- `static/data/data.json` 存放搜集到的数据
```bash
# 使用脚本生成数据
python3 scripts/check.py
```
## 微信小程序版
> 欢迎扫码体验

## 参与贡献
欢迎任何形式的贡献.