esdoc-coverage-plugin

A coverage plugin for ESDoc

MIT 8 个版本
安装
npm install esdoc-coverage-plugin
yarn add esdoc-coverage-plugin
pnpm add esdoc-coverage-plugin
bun add esdoc-coverage-plugin
README

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

版本列表
1.1.0 2017-09-09
1.0.1 2017-09-09
1.0.0 2017-07-30
0.0.5 2017-06-24
0.0.4 2017-05-13
0.0.3 2017-04-23
0.0.2 2017-03-05
0.0.1 2017-02-26