{"id":16284893,"url":"https://github.com/skerwe/markdown-documentation-library","last_synced_at":"2026-04-17T07:31:51.081Z","repository":{"id":44844904,"uuid":"204116810","full_name":"Skerwe/markdown-documentation-library","owner":"Skerwe","description":"Markdown Documentation Library","archived":false,"fork":false,"pushed_at":"2025-10-05T07:01:44.000Z","size":1709,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T09:03:51.124Z","etag":null,"topics":["game-development","haxe","java","lua","python","ruby","unlicense","web-development"],"latest_commit_sha":null,"homepage":"https://skerwe.github.io/markdown-documentation-library/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Skerwe.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-08-24T06:10:44.000Z","updated_at":"2025-10-05T07:01:48.000Z","dependencies_parsed_at":"2024-07-07T07:23:38.362Z","dependency_job_id":"b4f6b994-98e9-4693-9017-214050eacac8","html_url":"https://github.com/Skerwe/markdown-documentation-library","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Skerwe/markdown-documentation-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skerwe%2Fmarkdown-documentation-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skerwe%2Fmarkdown-documentation-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skerwe%2Fmarkdown-documentation-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skerwe%2Fmarkdown-documentation-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skerwe","download_url":"https://codeload.github.com/Skerwe/markdown-documentation-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skerwe%2Fmarkdown-documentation-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31919910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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":["game-development","haxe","java","lua","python","ruby","unlicense","web-development"],"created_at":"2024-10-10T19:21:29.203Z","updated_at":"2026-04-17T07:31:51.061Z","avatar_url":"https://github.com/Skerwe.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Documentation Library (MDL)\n\n```text\n  _____           _           _     __  __ _____  _\n |  __ \\         (_)         | |   |  \\/  |  __ \\| |\n | |__) | __ ___  _  ___  ___| |_  | \\  / | |  | | |\n |  ___/ '__/ _ \\| |/ _ \\/ __| __| | |\\/| | |  | | |\n | |   | | | (_) | |  __/ (__| |_  | |  | | |__| | |____\n |_|   |_|  \\___/| |\\___|\\___|\\__| |_|  |_|_____/|______|\n                _/ |\n               |__/\n```\n\n![Node.js CI][github-ci-url] [![Known Vulnerabilities][snyk-image]][snyk-url]\n\n\u003e Software development notes and links documented in markdown format.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nMake sure these are installed first.\n\n- [Node.js](http://nodejs.org)\n- [npm](https://www.npmjs.com/get-npm) or equivilant\n- [Docsify](https://docsify.js.org/#/) \n\nYou should install Docsify globally, `npm i docsify-cli -g`\n\n### Quick Start\n\nClone the repository:\n\n```shell\ngit clone https://github.com/Skerwe/markdown-documentation-library.git\n```\n\nInstall the dependencies\n\n1. In bash/terminal/command line, `cd` into the project directory.\n2. Run `npm install` to install required files and dependencies.\n\nServe the documentation website on `localhost:3000`\n\n```shell\ndocsify serve docs\n```\n\n## Running the tests\n\nRun [markdownlint](https://github.com/DavidAnson/markdownlint) to validate the markdown files.\n\n```bash\nnpm test\n```\n\n## The project was built with\n\n1. [Markdown](https://www.markdownguide.org/getting-started/) -- creating the notes and documentation\n2. [Docsify](https://docsify.js.org/#/) -- generate the documentation website\n3. [GitHub Pages](https://pages.github.com/) -- hosting the documentation website\n\n## License\n\nThe source code is free -- see the [LICENSE](LICENSE) file for details\n\n[github-ci-url]: https://github.com/Skerwe/markdown-documentation-library/workflows/Node.js%20CI/badge.svg?branch=master\n[snyk-image]: https://snyk.io/test/github/Skerwe/markdown-documentation-library/badge.svg?targetFile=package.json\n[snyk-url]: https://snyk.io/test/github/Skerwe/markdown-documentation-library?targetFile=package.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskerwe%2Fmarkdown-documentation-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskerwe%2Fmarkdown-documentation-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskerwe%2Fmarkdown-documentation-library/lists"}