robbrad/Generate llms.txt Files from markdown

Automatically generates llms.txt and llms-full.txt from markdown files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
input-directoryDirectory containing markdown filesno.
output-directoryDirectory where llms.txt files will be generatedno.
base-urlBase URL for generating links (e.g., https://example.com)yes
project-nameProject name for the H1 headeryes
project-descriptionShort summary for the blockquote sectionno""
exclude-patternGlob pattern for files to exclude (e.g., "**/node_modules/**")no""
commit-changesWhether to commit generated filesnofalse
sectionsJSON object mapping section names to directory patterns (e.g., {"Docs": "docs/**", "Examples": "examples/**"})no{"Docs": "**"}
namedescription
files-processedNumber of markdown files processed
llms-txt-pathPath to the generated llms.txt file
llms-full-txt-pathPath to the generated llms-full.txt file