Generate API documentation in markdown from apidoc data.
This is a porting for internal use and should not be used in production, due to the ejs
security bug
npm install apidoc-to-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-to-markdown -p examples -o examples/example.md