1.2.3 • Published 3 years ago

esdoc-latest-coverage-plugin v1.2.3

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

ESDoc Coverage Plugin

Install

npm install esdoc-latest-coverage-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "esdoc-latest-coverage-plugin", 
      "option": {
        "enable": true,
        "kind": ["class", "method", "member", "get", "set", "constructor", "function", "variable"]
      }
    }
  ]
}

enable is default true.

kind is default ["class", "method", "member", "get", "set", "constructor", "function", "variable"].

LICENSE

MIT