maneesh-kumar-thakur/MD Files Connector

Scans your project for Markdown files, checks root README coverage, outputs a dashboard, and generates MD_REPORT.md.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 20, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: maneesh-kumar-thakur/md-files-connector@a19b73b8592d15350fb8b3a45498f09fec523a22 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
project-rootRoot directory of the project to scanno.
exclude-dirsSpace-separated list of directory names to excludenonode_modules .git venv .venv __pycache__ dist build
report-pathPath for the generated MD report filenoMD_REPORT.md
skip-reportSet to 'true' to skip generating MD_REPORT.mdnofalse
fail-on-isolatedSet to 'true' to exit with code 1 if any isolated MD files are foundnofalse
namedescription
total-md-filesTotal number of MD files found (excluding README)
linked-filesNumber of MD files linked in README
isolated-filesNumber of MD files NOT linked in README
coverageCoverage percentage (linked / total * 100)