@enterthenamehere/esdoc-coverage-plugin
v2.6.0-dev.1
Published
A coverage plugin for ESDoc
Downloads
91
Maintainers
Readme
ESDoc Coverage Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-coverage-pluginConfig
{
"source": "./src",
"destination": "./doc",
"plugins": [
{
"name": "@enterthenamehere/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
