0.3.7 • Published 6 years ago

apidoc-markdown2 v0.3.7

Weekly downloads
91
License
MIT
Repository
github
Last release
6 years ago

apidoc-markdown2

Generate API documentation in markdown from apidoc data.

Installation

npm install apidoc-markdown2

Usage

Usage: apidoc-markdown2 -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-markdown2 -p examples -o examples/example.md

View generated example

Why apidoc-markdown2

apidoc-markdown is not maintained for long time. New tags of apidoc are not supported. This version is applied pull request for supporting new tags.

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago