jj/Count Markdown Words
Count words in markdown files by document and section
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Root path to scan for markdown files | no | . |
| depth | Maximum heading depth to include in section breakdown | no | — |
| exclude | Comma or newline separated markdown file paths to exclude (relative to path input) | no | README.md |
Outputs
| name | description |
|---|---|
| repository_total_words | Total number of words across markdown files in the scanned path |
| results_json | JSON representation of document and section word counts |