0.0.9 • Published 9 years ago

jsdtmd v0.0.9

Weekly downloads
6
License
WTFPL
Repository
-
Last release
9 years ago

JSD to MD

Made for profit opinionated JSDoc to Markdown converter.

Usage

var bemjsd = require('bem-jsd'),
  jsdtmd = require('jsdtmd');

jsdtmd(bemjsd(code));

API

jsdtmd Module

function ( jsdocTree ) → {String}

Converts JSDoc JSON received from bem-jsd to Markdown string.

Parameters:
  • jsdocTree {Object} Parsed JSDoc
Returns:

{String}

Related projects

  • bem-jsd — wrapper for yet another JSDoc parser
  • bem-xjst — XJST-based compiler

License

WTFPL

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago