Good shape overall. A few tweaks would push it into the top tier.
一个现代化的网盘资源数据库,支持多网盘自动化转存分享,支持百度网盘,阿里云盘,夸克网盘, 天翼云盘,迅雷云盘,123云盘,115网盘,UC网盘
Documentation
73
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
Contributing guide is detailed and thorough.
README is present.
Licensed under GPL-3.0.
Engineering
69
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
CI is configured (.github/workflows/release.yml).
Lockfile present (go.sum). Installs are reproducible.
Test files detected (common/baidu_helper_test.go).
Formatting enforced (gofmt (built into Go toolchain)).
Project health
94
.gitignore present.
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 43Forks
- 8Releaseslatest 2mo ago
Community
- —Community health
- —authors own >50% of commits
- 406Watchers
Responsiveness
- 5hMedian issue response
- <1hMedian PR merge time
- 4Open issues
Repository files40 root entries
- .githubGood: CI is configured (.github/workflows/release.yml).
- cmd
- commonGood: Test files detected (common/baidu_helper_test.go).
- composables
- config
- db
- demo
- docs
- font
- github
- handlers
- middleware
- migrations
- monitor
- nginx
- pkg
- plugin-system
- routes
- scheduler
- scripts
- services
- specs
- task
- uploads
- utils
- webIssue: Build artifacts or local files may be committed (web/.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .gitignoreGood: .gitignore present.
- BUILD.md
- ChangeLog.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- docker-compose.yml
- docker-start.sh
- DockerfileGood: Environment pinned via Dockerfile.
- env.example
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under GPL-3.0.
- main.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- VERSION