esdoc-coverage-plugin
Version:
A coverage plugin for ESDoc
33 lines (27 loc) • 589 B
Markdown
```
npm install esdoc-coverage-plugin
```
```json
{
"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"]`.
MIT
[](https://github.com/h13i32maru)