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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 20, 2026
- License
- MIT
Pinned Snippet
uses: maneesh-kumar-thakur/md-files-connector@a19b73b8592d15350fb8b3a45498f09fec523a22 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-root | Root directory of the project to scan | no | . |
| exclude-dirs | Space-separated list of directory names to exclude | no | node_modules .git venv .venv __pycache__ dist build |
| report-path | Path for the generated MD report file | no | MD_REPORT.md |
| skip-report | Set to 'true' to skip generating MD_REPORT.md | no | false |
| fail-on-isolated | Set to 'true' to exit with code 1 if any isolated MD files are found | no | false |
Outputs
| name | description |
|---|---|
| total-md-files | Total number of MD files found (excluding README) |
| linked-files | Number of MD files linked in README |
| isolated-files | Number of MD files NOT linked in README |
| coverage | Coverage percentage (linked / total * 100) |