2.0.0 • Published 6 years ago

esdoc2-coverage-plugin v2.0.0

Weekly downloads
13,452
License
MIT
Repository
github
Last release
6 years ago

esdoc2 Coverage Plugin

Install

npm install esdoc2-coverage-plugin

Config

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