0.0.2 • Published 6 years ago

apidocjs-md v0.0.2

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

apidoc-markdown

Generate API documentation in markdown from apidoc data.

Build Status dependencies Status npm version

Installation

npm install apidocjs-markdown

Usage

Usage: apidocjs-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

apidocjs-markdown -p examples -o examples/example.md

View generated example

0.0.2

6 years ago

0.0.1

6 years ago