MCPcopy
hub / github.com/jsdoc2md/jsdoc-to-markdown

github.com/jsdoc2md/jsdoc-to-markdown @v9.1.3 sqlite

repository ↗ · DeepWiki ↗ · release v9.1.3 ↗
17 symbols 48 edges 9 files 8 documented · 47%
README

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI

Upgraders, please read the release notes

jsdoc-to-markdown

Generates markdown API documentation from jsdoc annotated source code. Useful for injecting API docs into project README files.

Synopsis

1. Document your code using valid jsdoc comments.

/**
 * A quite wonderful function.
 * @param {object} - Privacy gown
 * @param {object} - Security
 * @returns {survival}
 */
function protection (cloak, dagger) {}

2. Run a command.

$ jsdoc2md example.js

3. Get markdown output.

## protection(cloak, dagger) ⇒ <code>survival</code>
A quite wonderful function.

**Kind**: global function

| Param  | Type                | Description  |
| ------ | ------------------- | ------------ |
| cloak  | <code>object</code> | Privacy gown |
| dagger | <code>object</code> | Security     |

Install

$ npm install --save-dev jsdoc-to-markdown

See also


© 2014-25 Lloyd Brookes \<opensource@75lb.com>.

Core symbols most depended-on inside this repo

render
called by 10
index.js
getTemplateData
called by 5
index.js
getJsdocData
called by 4
index.js
clear
called by 2
index.js
getNamepaths
called by 2
index.js
loadStoredConfig
called by 1
bin/cli.js
parseCommandLine
called by 1
bin/cli.js
constructor
called by 0
lib/dmd-options.js

Shape

Method 7
Class 6
Function 4

Languages

TypeScript100%

Modules by API surface

index.js7 symbols
lib/jsdoc-options.js3 symbols
lib/dmd-options.js3 symbols
bin/cli.js3 symbols
test/fixture/params.js1 symbols

Dependencies from manifests, versioned

array-back6.2.2 · 1×
command-line-args6.0.1 · 1×
command-line-usage7.0.3 · 1×
config-master3.1.0 · 1×
dmd7.1.1 · 1×
jsdoc-api9.3.5 · 1×
jsdoc-parse6.2.5 · 1×
walk-back5.1.1 · 1×

For agents

$ claude mcp add jsdoc-to-markdown \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact