Generate API documentation in markdown from apidoc data.
npm install apidoc-markdown
Usage: apidoc-markdown -p [path] -o [output file]
Options:
  --path, -p      Path to generated apidoc output. Where api_data.json & api_project.json resides.  [required]
  --output, -o    Output file to write.                                                             [required]
  --template, -t  Path to EJS template file, if not specified default template will be used.
  --prepend       Prepend file after TOC.
Generate from included example data
apidoc-markdown -p examples -o examples/example.md