A top-tier open source project. Docs, tests, and CI are all in excellent shape.

:mag: Quick file search & app launcher for Windows with community-made plugins

Documentation

78

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

87

Tests18pt80

Test files detected (Flow.Launcher.Test/ChineseDetectionPerformanceTest.cs).

CI/CD14pt85

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

Reproducibility6pt90

Lockfile present (Flow.Launcher.Core/packages.lock.json). Installs are reproducible.

Linting and formatting5pt100

.NET formatting configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Flow.Launcher.sln).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository files25 root entries
  • .github
    Good: CI is configured (.github/workflows/default_plugins.yml).
    Good: Dependabot covers 2 ecosystems (nuget, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • Artworks
  • Flow.Launcher
  • Flow.Launcher.Core
    Good: Lockfile present (Flow.Launcher.Core/packages.lock.json). Installs are reproducible.
  • Flow.Launcher.Infrastructure
  • Flow.Launcher.Plugin
  • Flow.Launcher.Test
    Good: Test files detected (Flow.Launcher.Test/ChineseDetectionPerformanceTest.cs).
  • Plugins
  • Scripts
  • .editorconfig
    Good: .NET formatting configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • appveyor.yml
  • attribution.md
  • azure-pipelines.yml
  • crowdin.yml
  • Directory.Build.props
  • Directory.Build.targets
  • Flow.Launcher.sln
    Good: Dependency manifest found (Flow.Launcher.sln).
  • Flow.Launcher.sln.DotSettings
  • global.json
  • LICENSE
    Good: Licensed under MIT.
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • Settings.XamlStyler
  • SolutionAssemblyInfo.cs