# esdoc-coverage-plugin

> A coverage plugin for ESDoc

Latest version **1.1.0** (published 2017-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install esdoc-coverage-plugin
pnpm add esdoc-coverage-plugin
yarn add esdoc-coverage-plugin
bun add esdoc-coverage-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-09-09 |
| First published | 2017-02-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 139 |
| Author | h13i32maru |
| Maintainers | h13i32maru |
| Keywords | esdoc, coverage, plugin |

## Links

- npm: https://www.npmjs.com/package/esdoc-coverage-plugin
- Repository: https://github.com/esdoc/esdoc-plugins
- Issues: https://github.com/esdoc/esdoc-plugins/issues
- npm.io page: https://npm.io/package/esdoc-coverage-plugin

## Recent versions

- 1.1.0 (latest) — 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

## README

# ESDoc Coverage Plugin
## Install
```
npm install esdoc-coverage-plugin
```

## Config
```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"]`.

## LICENSE
MIT

## Author
[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)

---
_Source: https://npm.io/package/esdoc-coverage-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
