1.0.2 • Published 5 years ago

apidoc-to-markdown v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

apidoc-markdown

Generate API documentation in markdown from apidoc data.

WARNING

This is a porting for internal use and should not be used in production, due to the ejs security bug

Installation

npm install apidoc-to-markdown

Usage

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.

Examples

Generate from included example data

apidoc-to-markdown -p examples -o examples/example.md

View generated example

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago