You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command-line tool to extract documentation from local directories and GitHub repositories, formatting it for use as context with Large Language Models (LLMs).
4
+
5
+
## Purpose
6
+
7
+
docs2llm helps you capture documentation from codebases to use as context for AI assistants and large language models. It searches for documentation files (markdown, text, etc.), processes them, and creates a single consolidated file that can be used as reference material for LLMs.
8
+
9
+
## Features
10
+
11
+
- Extract documentation from local directories or GitHub repositories
12
+
- Automatically identify and process common documentation files
13
+
- Prioritize README files and important documentation
14
+
- Support for multiple file formats (Markdown, RST, TXT)
fatal: repository 'https://github.com/owner/repo.git/' not found
9
+
10
+
2025-04-14 14:57:07,307 - ERROR - Error during clone: Failed to clone repository: Cloning into '/var/folders/_b/8q27qz850hq967ptd74hy3mw0000gn/T/tmpl22fi5zv'...
11
+
remote: Repository not found.
12
+
fatal: repository 'https://github.com/owner/repo.git/' not found
0 commit comments