{"id":21486208,"url":"https://github.com/ftbjs/mdppt","last_synced_at":"2026-05-18T18:37:19.651Z","repository":{"id":155836360,"uuid":"189006066","full_name":"ftbjs/mdppt","owner":"ftbjs","description":":clapper: The Markdown Presentation Framework.","archived":false,"fork":false,"pushed_at":"2020-11-03T02:47:29.000Z","size":522,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T19:38:48.407Z","etag":null,"topics":["keynotes","mardown-to-ppt","markdown-converter","markdown-presentation","markdown-to-slide","presentation","presentation-slides","slides","slideshow","webpack"],"latest_commit_sha":null,"homepage":"https://ftbjs.github.io/mdppt/","language":"JavaScript","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/ftbjs.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":"2019-05-28T10:23:12.000Z","updated_at":"2023-04-26T02:51:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"63161e0a-2802-434f-89f2-fb620031b83d","html_url":"https://github.com/ftbjs/mdppt","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/ftbjs%2Fmdppt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fmdppt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fmdppt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftbjs%2Fmdppt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftbjs","download_url":"https://codeload.github.com/ftbjs/mdppt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244014132,"owners_count":20383715,"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":["keynotes","mardown-to-ppt","markdown-converter","markdown-presentation","markdown-to-slide","presentation","presentation-slides","slides","slideshow","webpack"],"created_at":"2024-11-23T13:19:55.097Z","updated_at":"2026-05-18T18:37:14.627Z","avatar_url":"https://github.com/ftbjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to MDPPT 👋\n![0.0.0](https://img.shields.io/badge/version-0.0.0-blue.svg?cacheSeconds=2592000) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)]( ) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ftbjs/mdppt/blob/master/LICENSE)\n\n**(Still under development! not release yet!)**\n\u003e A framework for easily creating beautiful presentations using Markdown.\n\n## [Homepage](https://github.com/ftbjs/mdppt)\n\n\n## Install\n\n```sh\nnpm i @mdppt/cli -g\n```\n\n## Usage\n\n```js\n mdppt new\n\n mdppt serve \u003cfilename\u003e\n\n mdppt build \u003cfilename\u003e\n```\n\n## Multi Pages\n\n```js\n mdppt serve .\n\n mdppt build .\n```\n\n## Custom configuration\n\nRoot of project create a `mdppt.config.js` file.\n\n```js\nmodule.exports = {\n  baseUrl: '/',\n  outputDir: 'dist',\n  // For multi pages\n  pages: {\n    // Whether to open multi-page configuration\n    enable: false,\n    // ignore folders\n    ignore: ['**/node_modules/**'],\n    // specify a the markdown file name as index page [required]\n    entry: 'mdppt'\n  },\n\n  // webpack configuration\n  devServer: {\n    port: 8080,\n    open: false\n  }\n}\n```\n\n## Run in local\n```sh\ngit clone https://github.com/ftbjs/mdppt.git\n\ncd mdppt\n\nnpm i lerna -g\n\nnpm install\n\n# install packages/ dependencies\nnpm run start\n\ncd packages/mdppt\n\nnpm link\n\n# execute all above steps\n# you can run below command in global\n\nmdppt serve \u003cfilename\u003e\n# or\nmdppt build \u003cfilename\u003e\n```\nNote: the file should be allow markdown file.[e.g. DEMO](https://raw.githubusercontent.com/ftbjs/mdppt/master/mdppt.md)\n\n## Author\n\n👤 **BiYuqi**\n\n* Website: https://loadingmore.com\n* Github: [@BiYuqi](https://github.com/BiYuqi)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check [issues page](https://github.com/ftbjs/mdppt/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n[Give a star](https://github.com/ftbjs/mdppt/stargazers)\n\n\n## 📝 License\n\nCopyright © 2019 [BiYuqi](https://github.com/BiYuqi).\n\nThis project is [MIT](https://github.com/ftbjs/mdppt/blob/master/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbjs%2Fmdppt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftbjs%2Fmdppt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftbjs%2Fmdppt/lists"}