{"id":18942496,"url":"https://github.com/asis2016/compilemd","last_synced_at":"2026-03-24T04:30:17.975Z","repository":{"id":213860391,"uuid":"734953678","full_name":"asis2016/compileMD","owner":"asis2016","description":"Compile markdown files into the single README.md","archived":false,"fork":false,"pushed_at":"2023-12-24T09:17:09.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-25T13:00:42.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/asis2016.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}},"created_at":"2023-12-23T06:17:25.000Z","updated_at":"2023-12-23T06:50:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c5a4ef7-1c98-40ec-9f9c-e7be7d0ca863","html_url":"https://github.com/asis2016/compileMD","commit_stats":null,"previous_names":["asis2016/compilemd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asis2016%2FcompileMD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asis2016%2FcompileMD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asis2016%2FcompileMD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asis2016%2FcompileMD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asis2016","download_url":"https://codeload.github.com/asis2016/compileMD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239942758,"owners_count":19722330,"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-11-08T12:33:05.730Z","updated_at":"2026-03-24T04:30:17.921Z","avatar_url":"https://github.com/asis2016.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# compileMD\n\n## Brief introduction\nMarkdown files are a popular format for technical project documentation, but as the amount of docu grows, the files can become long and difficult to manage. The solution to this problem is to break down the markdown file into smaller, more manageable seperate `.md` files and then compile them into a single file i.e., `README.md`. Hence, `compileMD` tries to solve this problem.\n\n\u003cb\u003ecompileMD compile markdown files into the single README.md.\u003c/b\u003e\n\n## Installation\n```bash\n$ pip3 install --user compileMD\n```\n\n## How to use `compileMD`?\n\nFor simplicity, create the following folders and files:\n\n```bash\n$ mkdir testing\n[ testing]$ mkdir md_docs\n```\n\n```\n[ md_docs]$ vi 00_intro.md\n\n# Project Title\nA brief description of what this project does and who it's for.\n```\n\n```\n[ md_docs]$ vi 01_installation.md\n\n## Installation\nInstall my-project with npm ...\n```\n\nNow, run compileMD:\n\n```\n[ testing]$ compileMD\n[info] Compiling 00_intro.md into ./README.md\n[info] Compiling 01_installation.md into ./README.md\n```\n\n`testing` tree looks like this:\n```\n.\n├── md_docs\n│   ├── 00_intro.md\n│   ├── 01_installation.md\n└── README.md\n```\n\n\n## Related\nHere are some related links for this repo:\n- [https://pypi.org/project/compileMD](https://pypi.org/project/compileMD)\n- [Article \u003e How to publish a PIP package?](https://amaharjan.de/how-to-publish-a-pip-package/)\n- [Original/first article](https://github.com/asis2016/amaharjande/tree/main/organize-markdown-with-python)\n\n\n## Contributing\nContributions are always welcome! Please contact hello@amaharjan.de.\n\n## License\n[MIT](./LICENSE)\n\n\n\n\n\n\n\n\n\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasis2016%2Fcompilemd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasis2016%2Fcompilemd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasis2016%2Fcompilemd/lists"}