Skip to content

NeoSkillFactory/jsdoc-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsdoc-to-markdown

Audit License OpenClaw

Converts JSDoc/TSDoc comments into markdown API documentation with parameter tables and code examples. Use when: generate API docs from JSDoc, convert JSDoc to markdown, create markdown docs from comments, document JavaScript API, create API reference from TSDoc.

jsdoc-to-markdown converts JSDoc/TSDoc comments into markdown API documentation with parameter tables and code examples. Use when: generate API docs from JSDoc, convert JSDoc to markdown, create markdown docs from comments, document JavaScript API, create API reference from TSDoc.
See the source code for full details and usage instructions.

Installation

OpenClaw (recommended)

Copy the skill into your OpenClaw skills directory:

git clone https://github.com/NeoSkillFactory/jsdoc-to-markdown.git
cp -r jsdoc-to-markdown ~/.openclaw/skills/jsdoc-to-markdown

Standalone

git clone https://github.com/NeoSkillFactory/jsdoc-to-markdown.git
cd jsdoc-to-markdown
npm install

License

MIT © NeoSkillFactory

About

Converts JSDoc/TSDoc comments into markdown API documentation with parameter tables and code examples. Use when: generate API docs from JSDoc, convert JSDoc to markdown, create markdown docs from

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors