Popular and well-maintained. A little polish away from elite status.
A Swiss Army knife for developers.
Documentation
62
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 MIT.
Engineering
68
No dependency lockfile found (−70 pts).
→ Enable and commit packages.lock.json so NuGet restores are repeatable.
CI is configured (.github/workflows/ci.yml).
Test files detected (src/app/tests).
.NET formatting configured (src/.editorconfig).
Issue or PR templates present.
Project health
89
Last pushed 3-6 months ago (−40 pts). A push within 90 days earns 80 pts; within 30 days earns 100 pts.
→ A recent commit keeps the project looking alive to visitors and contributors.
Dependency manifest found (src/Build.sln).
Repository has a description.
.gitignore present.
Repository files27 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- .nuke
- .vscode
- assets
- chocolatey
- srcGood: Test files detected (src/app/tests).Good: .NET formatting configured (src/.editorconfig).Good: Dependency manifest found (src/Build.sln).
- tools
- .gitattributes
- .gitignoreGood: .gitignore present.
- build.cmd
- build.ps1
- build.sh
- CODE-OF-CONDUCT.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.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- crowdin.yml
- EXTENSIONS-TERM-AND-CONDITIONS.md
- global.json
- init.cmd
- init.ps1
- init.sh
- LICENSE.mdGood: Licensed under MIT.
- nuget.config
- PRIVACY-POLICY.md
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.
- SECURITY.mdGood: Security policy present.
- THIRD-PARTY-NOTICES.md
- vs2022.vsconfig