{"id":18021267,"url":"https://github.com/ho-cooh/markdowngenerator","last_synced_at":"2025-10-26T21:40:49.912Z","repository":{"id":112727792,"uuid":"237120604","full_name":"HO-COOH/MarkdownGenerator","owner":"HO-COOH","description":"Generate .md with source files and directory [The project is currently discontinued]","archived":false,"fork":false,"pushed_at":"2020-02-07T15:44:34.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T02:45:30.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/HO-COOH.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}},"created_at":"2020-01-30T01:57:04.000Z","updated_at":"2020-05-31T03:21:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"a69e304b-f1ac-4c3a-8f1c-c841ea93b83e","html_url":"https://github.com/HO-COOH/MarkdownGenerator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2FMarkdownGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2FMarkdownGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2FMarkdownGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HO-COOH%2FMarkdownGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HO-COOH","download_url":"https://codeload.github.com/HO-COOH/MarkdownGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217885,"owners_count":20903157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-30T06:09:16.605Z","updated_at":"2025-10-26T21:40:49.845Z","avatar_url":"https://github.com/HO-COOH.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkdownGenerator\n Generate .md with source files and directory\n\n## Example\nSuppose in the current directory, we have files strctures like the following:\n```\n./\n    /include\n        a.h\n        b.h\n    /src\n        a.cpp\n        b.cpp\n        main.cpp\n    /documentation\n        c.txt\n        d.txt\n        /details\n            additional_details.txt\n```\nThe generated ``markdown`` will be something like this:\n```markdown\n## include\n- a.h\n- b.h\n## src\n- a.cpp\n- b.cpp\n## documentation\n- c.txt\n- d.txt\n### details\n- additional_details.txt\n```\nThe program will generate a ``n level header`` for each ``n level directory``. And an ``entrace`` for each file. \n\n**TODO**: Add support for reading the content and description in the actual files.\n\n## Aditional Note\nThis is a further practice for utilizing ``std::filesystem`` in ``C++17``. Additionaly, using a tree data structure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fho-cooh%2Fmarkdowngenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fho-cooh%2Fmarkdowngenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fho-cooh%2Fmarkdowngenerator/lists"}