包详细信息

esdoc-coverage-plugin

esdoc190.9kMIT1.1.0

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

更新日志

Changelog

1.1.0 (2017-09-09)

1.0.0 (2017-07-30)

  • Release