0.2.1 • Published 5 years ago

@backbrace/jsdoc-json v0.2.1

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

@backbrace/jsdoc-json

Create JSON files from jsdoc style comments (based on jsdoc-json)

Install

Using npm:

npm install --save-dev @backbrace/jsdoc-json

Usage

To use this module, simply specify it as the template for your normal jsdoc generation.

For example, from the command-line you can do:

$> jsdoc -t node_modules/@backbrace/jsdoc-json -r .

Or add this to your JSON configuration:

{
    "opts": {
        "template": "./node_modules/@backbrace/jsdoc-json"
    }
}
0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.1.0-beta.2

5 years ago

0.1.0-beta.1

5 years ago