{"id":20557527,"url":"https://github.com/jsdoc2md/dmd","last_synced_at":"2025-05-15T18:11:33.074Z","repository":{"id":18623542,"uuid":"21829394","full_name":"jsdoc2md/dmd","owner":"jsdoc2md","description":"The default output template for jsdoc2md","archived":false,"fork":false,"pushed_at":"2024-11-29T15:24:56.000Z","size":1422,"stargazers_count":39,"open_issues_count":11,"forks_count":49,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T22:23:48.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/jsdoc2md.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":"2014-07-14T17:52:32.000Z","updated_at":"2024-11-29T15:24:59.000Z","dependencies_parsed_at":"2024-09-08T13:08:18.165Z","dependency_job_id":"1b793a47-f336-4ffc-803c-c2bdd47dde8f","html_url":"https://github.com/jsdoc2md/dmd","commit_stats":{"total_commits":627,"total_committers":17,"mean_commits":36.88235294117647,"dds":"0.044657097288676284","last_synced_commit":"772a73beddcdb779cb38eb9b481fa2e6f23bcc9e"},"previous_names":["75lb/dmd"],"tags_count":127,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdoc2md%2Fdmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdoc2md%2Fdmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdoc2md%2Fdmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdoc2md%2Fdmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdoc2md","download_url":"https://codeload.github.com/jsdoc2md/dmd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247689926,"owners_count":20979961,"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-16T03:37:30.426Z","updated_at":"2025-04-07T23:11:42.122Z","avatar_url":"https://github.com/jsdoc2md.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![view on npm](https://badgen.net/npm/v/dmd)](https://www.npmjs.org/package/dmd)\n[![npm module downloads](https://badgen.net/npm/dt/dmd)](https://www.npmjs.org/package/dmd)\n[![Gihub repo dependents](https://badgen.net/github/dependents-repo/jsdoc2md/dmd)](https://github.com/jsdoc2md/dmd/network/dependents?dependent_type=REPOSITORY)\n[![Gihub package dependents](https://badgen.net/github/dependents-pkg/jsdoc2md/dmd)](https://github.com/jsdoc2md/dmd/network/dependents?dependent_type=PACKAGE)\n[![Node.js CI](https://github.com/jsdoc2md/dmd/actions/workflows/node.js.yml/badge.svg)](https://github.com/jsdoc2md/dmd/actions/workflows/node.js.yml)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)\n\n# dmd\n\ndmd (document with markdown) is the default output template for [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). It contains [handlebars](http://handlebarsjs.com) partials and helpers intended to transform [jsdoc-parse](https://github.com/jsdoc2md/jsdoc-parse) output into markdown API documentation.\n\nFor more documentation see the [jsdoc2md wiki](https://github.com/jsdoc2md/jsdoc-to-markdown/wiki).\n\n## Synopsis\n\nTo give the most basic example, this input data:\n\n```js\nconst templateData = [\n  {\n    id: \"fatUse\",\n    name: \"fatUse\",\n    kind: \"member\",\n    description: \"I am a global variable\",\n    scope: \"global\"\n  }\n]\n```\n\nrun through this command:\n\n```js\nconst dmd = require('dmd')\ndmd(templateData)\n```\n\nproduces this markdown output:\n\n```\n\u003ca name=\"fatUse\"\u003e\u003c/a\u003e\n## fatUse\nI am a global variable\n\n**Kind**: global variable\n```\n\n* * *\n\n\u0026copy; 2014-24 Lloyd Brookes \\\u003c75pound@gmail.com\\\u003e.\n\nTested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdoc2md%2Fdmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdoc2md%2Fdmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdoc2md%2Fdmd/lists"}