esdoc-var-plugin

0.1.0 • Public • Published

esdoc-var-plugin

ESDoc Plugin to add support for the @var-tag to document module variables that are not exported.

Usage

Install it:

npm install esdoc-var-plugin

And include it in the plugin property of esdoc.json:

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    { "name": "esdoc-var-plugin" }
  ]
}

License: MIT

Readme

Keywords

Package Sidebar

Install

npm i esdoc-var-plugin

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • bbuecherl