0.5.0 • Published 3 years ago

@itsjamie/esdoc-coverage-plugin v0.5.0

Weekly downloads
248
License
MIT
Repository
github
Last release
3 years ago

ESDoc Coverage Plugin

Install

npm install @itsjamie/esdoc-coverage-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "@itsjamie/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

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1-alpha.1

5 years ago

0.1.1-alpha.3

5 years ago

0.1.1-alpha.0

5 years ago

0.1.0

6 years ago

0.1.0-alpha.1

6 years ago

0.1.0-alpha.3

6 years ago

0.1.0-alpha.0

6 years ago