Popular and well-maintained. A little polish away from elite status.
”深蓝词库转换“ 一款开源免费的输入法词库转换程序
Documentation
69
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Licensed under GPL-3.0.
Engineering
72
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.
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
Test files detected (src/ImeWlConverterCoreTest/BaiduBdictTest.cs).
CI is configured (.github/workflows/ci.yml).
.NET formatting configured (src/.editorconfig).
Project health
100
Dependency manifest found (src/IME WL Converter Win/IME WL Converter Win.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files26 root entries
- .claude
- .codebuddy
- .config
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 2 ecosystems (github-actions, nuget). Dependencies stay current.
- .specify
- .vscode
- docs
- openspec
- scripts
- specs
- srcGood: Test files detected (src/ImeWlConverterCoreTest/BaiduBdictTest.cs).Good: .NET formatting configured (src/.editorconfig).Good: Dependency manifest found (src/IME WL Converter Win/IME WL Converter Win.csproj).
- tests
- 参考
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- CLAUDE.md
- CODEBASE_ANALYSIS.md
- CODEBUDDY.md
- DockerfileGood: Environment pinned via Dockerfile.
- LICENSEGood: Licensed under GPL-3.0.
- Makefile
- output.txt
- output2.txt
- 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.Good: README documents how to run the project.
- test.runsettings