esdoc-coverage-plugin

v0.0.2
A coverage plugin for ESDoc
esdoc coverage plugin

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

Metadata

  • MIT
  • >= 6.0.0
  • h13i32maru
  • released 3/5/2017

Downloads

Maintainers