{"id":28370852,"url":"https://github.com/filiptrivan/dotnet-docmerge","last_synced_at":"2026-04-26T16:32:28.086Z","repository":{"id":293856382,"uuid":"985263082","full_name":"filiptrivan/dotnet-docmerge","owner":"filiptrivan","description":"A .NET global tool that generates a single HTML documentation file from XML documentation summaries in C# files.","archived":false,"fork":false,"pushed_at":"2025-05-21T11:43:56.000Z","size":5004,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T20:23:53.367Z","etag":null,"topics":["cli","csharp","docs","docs-generator","dotnet","webdev"],"latest_commit_sha":null,"homepage":"https://www.spiderly.dev","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/filiptrivan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-05-17T11:55:26.000Z","updated_at":"2025-05-25T19:25:30.000Z","dependencies_parsed_at":"2025-05-17T15:42:56.515Z","dependency_job_id":null,"html_url":"https://github.com/filiptrivan/dotnet-docmerge","commit_stats":null,"previous_names":["filiptrivan/dotnet-docmerge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/filiptrivan/dotnet-docmerge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filiptrivan%2Fdotnet-docmerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filiptrivan%2Fdotnet-docmerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filiptrivan%2Fdotnet-docmerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filiptrivan%2Fdotnet-docmerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/filiptrivan","download_url":"https://codeload.github.com/filiptrivan/dotnet-docmerge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/filiptrivan%2Fdotnet-docmerge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32305035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: 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":["cli","csharp","docs","docs-generator","dotnet","webdev"],"created_at":"2025-05-29T07:10:40.170Z","updated_at":"2026-04-26T16:32:28.081Z","avatar_url":"https://github.com/filiptrivan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DotNetDocMerge\n\nA .NET global tool that generates a single HTML documentation file from XML documentation summaries in C# files.\n\n## Video Usage Example\n\nhttps://youtu.be/NnHIXMs4BPI?si=NCk0NdRwvOKnA0-d\n\n## Features\n\n- Recursively searches for all C# files in the current directory\n- Extracts XML documentation comments (summaries)\n- Generates a clean, formatted HTML file with:\n  - Table of contents\n  - File-based sections with properly formatted titles\n  - Clean presentation of documentation comments\n- Maintains file paths for reference\n\n## Installation\n\nTo install the tool globally on your system:\n\n```bash\ndotnet pack\ndotnet tool install --global --add-source ./nupkg DotNetDocMerge\n```\n\n## Usage\n\nNavigate to any directory containing C# files and run:\n\n```bash\ndocmerge\n```\n\nThis will:\n1. Search for all C# files in the current directory and subdirectories\n2. Extract documentation comments\n3. Generate a `documentation.html` file in the current directory\n\n## Output\n\nThe tool generates a single `documentation.html` file that includes:\n- A table of contents with links to each file's documentation\n- Sections for each file with:\n  - A formatted title (capitalized and spaced)\n  - The relative file path\n  - All documentation summaries found in the file\n\n## Requirements\n\n- .NET 9.0 SDK or later\n\n## Uninstallation\n\nTo remove the tool from your system:\n\n```bash\ndotnet tool uninstall -g DotNetDocMerge\n``` ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiliptrivan%2Fdotnet-docmerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiliptrivan%2Fdotnet-docmerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiliptrivan%2Fdotnet-docmerge/lists"}