2.0.2 • Published 7 years ago

jsdoc-json v2.0.2

Weekly downloads
3,221
License
MIT
Repository
github
Last release
7 years ago

jsdoc-json

A JSDoc template that generates JSON output (instead of HTML).

install

npm install jsdoc-json

use

jsdoc --template ./node_modules/jsdoc-json --destination doc.json --recurse src

Provide the path to the output file with the destination option (parent directory must exist). Note that as of JSDoc v3.5, you need to provide the path to the template directory (instead of specifying the package name).