1.0.6 • Published 3 years ago

@conflux-lib/jsdoc-to-md v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Jsdoc to Markdown

Install

npm install @conflux-lib/jsdoc-to-md

Document

jsdocToMd

Generate directory markdown string.

  • Parameters
NameTypeRequiredDefaultDescription
pathstringtrue- Filename or directory path
optionsobjectfalse
options.contentbooleanfalsetrueGenerate content.
options.filterfunctionfalse()=>trueFilename filter/
  • Returns

string Markdown string

  • Examples
> const jsdocToMd = require('@conflux-lib/jsdoc-to-md')
> const string = jsdocToMd('./src')

Example

see