docdown
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/docdown package

0.7.3 • Public • Published

docdown v0.7.3

A simple JSDoc to Markdown documentation generator.

Usage

var docdown = require('docdown');
 
var markdown = docdown({
  'path': filepath,
  'url': 'https://github.com/username/project/blob/master/my.js'
});

Package Sidebar

Install

npm i docdown

Weekly Downloads

641

Version

0.7.3

License

MIT

Last publish

Collaborators

  • mathias
  • jdalton