{"id":21877023,"url":"https://github.com/aexol-studio/mdtx","last_synced_at":"2026-02-26T03:33:31.608Z","repository":{"id":61517889,"uuid":"550926922","full_name":"aexol-studio/mdtx","owner":"aexol-studio","description":"📄 MDTX - Markdown CMS Overlord . Easily managable markdown cms","archived":false,"fork":false,"pushed_at":"2023-03-24T12:07:18.000Z","size":2420,"stargazers_count":18,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-09T03:36:15.834Z","etag":null,"topics":["cms","markdown"],"latest_commit_sha":null,"homepage":"https://dev.mdtx.cloud","language":"TypeScript","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/aexol-studio.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":"2022-10-13T14:51:20.000Z","updated_at":"2025-01-02T09:15:10.000Z","dependencies_parsed_at":"2025-04-15T02:43:01.107Z","dependency_job_id":"895eb7e4-05cd-4348-b2b0-052979ccdf11","html_url":"https://github.com/aexol-studio/mdtx","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/aexol-studio/mdtx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexol-studio%2Fmdtx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexol-studio%2Fmdtx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexol-studio%2Fmdtx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexol-studio%2Fmdtx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aexol-studio","download_url":"https://codeload.github.com/aexol-studio/mdtx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aexol-studio%2Fmdtx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29848648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cms","markdown"],"created_at":"2024-11-28T08:07:51.765Z","updated_at":"2026-02-26T03:33:31.593Z","avatar_url":"https://github.com/aexol-studio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MDtx [![NPM Version](https://img.shields.io/npm/v/mdtx.svg?style=flat)](https://www.npmjs.com/package/mdtx) [![NPM Version](https://img.shields.io/github/checks-status/aexol-studio/mdtx/main)](https://www.npmjs.com/package/mdtx) [![NPM Version](https://img.shields.io/github/last-commit/aexol-studio/mdtx)](https://github.com/aexol-studio/mdtx)\n\n![Alt Text](packages/mdtx-cms/public/PresentationOfMDtx.gif)\n\n# What is MDtx?\n\n- Just add **Markdown** files with gray matter and it will generate typings for them,\n- Generated typings from **Markdowns** can get automatically converted into html structure,\n- There is a **Next JS Plugin** to work faster with MDtx on NextJS,\n\n# What we serve?\n\n## [![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/aexol-studio/mdtx?color=yellow\u0026filename=%2Fpackages%2Fmdtx-cli%2Fpackage.json\u0026label=CLI\u0026style=for-the-badge)](https://github.com/aexol-studio/mdtx) | [![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/aexol-studio/mdtx?color=green\u0026filename=%2Fpackages%2Fmdtx-core%2Fpackage.json\u0026label=CORE\u0026style=for-the-badge)](https://github.com/aexol-studio/mdtx/tree/main/packages/mdtx-core) | [![GitHub package.json version (subfolder of monorepo)](https://img.shields.io/github/package-json/v/aexol-studio/mdtx?color=white\u0026filename=%2Fpackages%2Fmdtx-plugin-nextjs%2Fpackage.json\u0026label=NextJS-plugin\u0026style=for-the-badge)](https://github.com/aexol-studio/mdtx/tree/main/packages/mdtx-plugin-nextjs)\n\n## Readme CLI\n\n#### Installing MDtx\n\n```\nnpm i mdtx\n```\n\n#### Initializing MDtx\n\n```\nmdtx init\n```\n\n#### After initializing a config file mdtx.json will appear with:\n\n```\n{\n  \"in\": \"./content\",\n  \"out\": \"./src\",\n}\n```\n\n- in: string - is the designated folder with content, **(default: \"./content\")**\n- out: string - is the designated folder to generate mdtx.ts file, **(default: \"./src\")**\n\n#### Optionally:\n\n- markdownToHtml: boolean - allow mdtx to convert md content to html content. **(default: false)**\n\n#### Watch mode (on \"in\" path)\n\n```\nmdtx\n```\n\n#### Build mode (trigger once)\n\n```\nmdtx -b\n```\n\n#### [Readme CORE](https://github.com/aexol-studio/mdtx/tree/main/sandbox/mdtx-example/Readme.md)\n\n#### [Readme NextJS Plugin](https://github.com/aexol-studio/mdtx/tree/main/sandbox/mdtx-nextjs-example/Readme.md)\n\n## Roadmap\n\n- [x] NextJS plugin\n- [ ] Gatsby plugin\n- [ ] Tree building\n- [ ] Summary building\n- [ ] Other language generation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faexol-studio%2Fmdtx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faexol-studio%2Fmdtx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faexol-studio%2Fmdtx/lists"}