1.1.0 • Published 7 years ago

esdoc-coverage-plugin v1.1.0

Weekly downloads
50,342
License
MIT
Repository
github
Last release
7 years ago

ESDoc Coverage Plugin

Install

npm install esdoc-coverage-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "esdoc-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

Author

Ryo Maruyama@h13i32maru