1.0.1 • Published 5 years ago

jsdoc-json-pure v1.0.1

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

jsdoc-json-pure

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

Basically jsdoc-json package with additional JSON modifications.

install

npm install jsdoc-json-pure

use

jsdoc --template ./node_modules/jsdoc-json-pure --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).

1.0.1

5 years ago

1.0.0

5 years ago