Lightweight CLI that scans Markdown directories to generate llms.txt and index.json files
1.9K
A minimal Docker image for scanning Markdown and HTML documentation directories and generating:
llms.txt: Structured index of docsllms-full.txt: Full concatenated contentindex.json: Directory index JSON filesRun Catalog in Docker:
docker run --rm -v $(pwd):/docs fwdslsh/catalog:latest --input /docs --output /docs/build
--input, -i <path>: Source directory of Markdown/HTML files (default: /docs)--output, -o <path>: Destination directory for generated files (default: /docs)--include <pattern>: Include files matching glob pattern--exclude <pattern>: Exclude files matching glob pattern--generate-index: Generate index.json files for navigation/metadata--silent: Suppress non-error output--help, -h: Show usage information--version: Show current versiondocker run --rm -v $(pwd):/docs fwdslsh/catalog:latest --input /docs --output /docs/build --generate-index
llms.txt: Structured index for LLMsllms-full.txt: Full concatenated contentindex.json (optional): Directory navigation metadataFor full documentation and advanced usage, see:
Content type
Image
Digest
sha256:87edb4941…
Size
94.4 MB
Last updated
about 1 year ago
docker pull fwdslsh/catalog