0.0.8 • Published 4 years ago

@geekberry/jsdoc-to-md v0.0.8

Weekly downloads
17
License
MIT
Repository
github
Last release
4 years ago

Jsdoc to Markdown

Install

npm install @geekberry/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('@geekberry/jsdoc-to-md')
> const string = jsdocToMd('./src')

Example

see

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago