@backbrace/jsdoc-tern

0.1.0 • Public • Published

@backbrace/jsdoc-tern

Create tern definition files from jsdoc style comments

Install

Using npm:

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

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-tern -r .

Or add this to your JSON configuration:

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

Readme

Keywords

Package Sidebar

Install

npm i @backbrace/jsdoc-tern

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

6.38 kB

Total Files

4

Last publish

Collaborators

  • paulfisher53