@backbrace/dts-generator

0.2.1 • Public • Published

@backbrace/dts-generator

Create typescript definition files from jsdoc style comments (based on tsd-jsdoc)

Install

Using npm:

npm install --save-dev @backbrace/dts-generator

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/dts-generator -r .

Or add this to your JSON configuration:

{
    "opts": {
        "template": "./node_modules/@backbrace/dts-generator"
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @backbrace/dts-generator

Weekly Downloads

5

Version

0.2.1

License

MIT

Unpacked Size

105 kB

Total Files

10

Last publish

Collaborators

  • paulfisher53