{"id":28566353,"url":"https://github.com/noboomu/javadoc2md","last_synced_at":"2026-01-28T08:38:52.335Z","repository":{"id":297863470,"uuid":"997676846","full_name":"noboomu/javadoc2md","owner":"noboomu","description":"Convert Java Javadocs to  Markdown. Purpose-built for AI code assistants.","archived":false,"fork":false,"pushed_at":"2025-06-28T01:38:13.000Z","size":17,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T23:34:22.714Z","etag":null,"topics":["context","documentation","java","javadocs","llm-context"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noboomu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T00:21:37.000Z","updated_at":"2025-09-29T20:57:19.000Z","dependencies_parsed_at":"2025-06-08T00:43:09.859Z","dependency_job_id":"c9547dcd-90b8-46fe-ba08-dc053eb786cd","html_url":"https://github.com/noboomu/javadoc2md","commit_stats":null,"previous_names":["noboomu/javadoc2md"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noboomu/javadoc2md","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noboomu%2Fjavadoc2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noboomu%2Fjavadoc2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noboomu%2Fjavadoc2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noboomu%2Fjavadoc2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noboomu","download_url":"https://codeload.github.com/noboomu/javadoc2md/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noboomu%2Fjavadoc2md/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28842868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context","documentation","java","javadocs","llm-context"],"created_at":"2025-06-10T15:10:05.779Z","updated_at":"2026-01-28T08:38:52.323Z","avatar_url":"https://github.com/noboomu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# javadoc2md: Javadoc to Markdown for AI Code Assistants\n\njavadoc2md is a tool for converting Java [Javadoc](https://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html) HTML documentation into clean, context-rich Markdown files. It is designed to provide high-quality, deduplicated documentation context for AI code assistants and LLM-based developer tools.\n\n## Features\n- Downloads the Javadoc JAR from [Maven Central](https://search.maven.org/) (by groupId, artifactId, and optional version)\n- Extracts only class documentation (removes headers/footers/notes/links)\n- Converts to Markdown, preserving package structure\n- Creates a structured directory with the documentation files\n- **Purpose-built for AI code assistants and LLMs**: output is optimized for ingestion as context\n\n## Requirements\n- Python 3.8+\n- [beautifulsoup4](https://pypi.org/project/beautifulsoup4/)\n- [markdownify](https://pypi.org/project/markdownify/)\n- [tqdm](https://pypi.org/project/tqdm/)\n- [requests](https://pypi.org/project/requests/)\n\n## Installation\n\nClone the repository and synchronize dependencies:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd javadoc2md\nuv sync\n```\n\n## Usage\n\n```bash\n# Download and convert a specific version\njavadoc2md --group com.google.guava --artifact guava --version 33.0.0-jre --output ./docs/\n\n# Get the latest version\njavadoc2md --group com.google.guava --artifact guava --output ./docs/\n```\n\nThis will create a directory structure like:\n```\n./docs/guava-33.0.0-jre/\n├── com/\n│   └── google/\n│       └── common/\n│           ├── collect/\n│           │   ├── ImmutableList.md\n│           │   └── Lists.md\n│           └── base/\n│               ├── Optional.md\n│               └── Strings.md\n└── ...\n```\n\n## Intended Use\nThis tool is intended to generate context for AI code assistants, LLMs, and developer tools that require high-quality, deduplicated, and easily-parsable documentation.\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoboomu%2Fjavadoc2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoboomu%2Fjavadoc2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoboomu%2Fjavadoc2md/lists"}