Popular and well-maintained. A little polish away from elite status.

A Swiss Army knife for developers.

Documentation

62

Install and run instructions9pt0

No install instructions found in the README (−45 pts).

Add a section showing how to install dependencies.

Contributing guide5pt72

Contributing guide is detailed and thorough.

README12pt85

README is present.

License6pt100

Licensed under MIT.

Engineering

68

Reproducibility6pt0

No dependency lockfile found (−70 pts).

Enable and commit packages.lock.json so NuGet restores are repeatable.

CI/CD14pt57

CI is configured (.github/workflows/ci.yml).

Tests18pt80

Test files detected (src/app/tests).

Linting and formatting5pt100

.NET formatting configured (src/.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Activity5pt60

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 manifest6pt100

Dependency manifest found (src/Build.sln).

Repository metadata5pt100

Repository has a description.

Housekeeping3pt100

.gitignore present.

Repository files27 root entries
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Issue or PR templates present.
  • .nuke
  • .vscode
  • assets
  • chocolatey
  • src
    Good: Test files detected (src/app/tests).
    Good: .NET formatting configured (src/.editorconfig).
    Good: Dependency manifest found (src/Build.sln).
  • tools
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • build.cmd
  • build.ps1
  • build.sh
  • CODE-OF-CONDUCT.md
  • CONTRIBUTING.md
    Good: 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.md
    Good: Licensed under MIT.
  • nuget.config
  • PRIVACY-POLICY.md
  • README.md
    Good: 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.md
    Good: Security policy present.
  • THIRD-PARTY-NOTICES.md
  • vs2022.vsconfig