esdoc-coverage-plugin

1.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    26,308
    • latest

Version History

Package Sidebar

Install

npm i esdoc-coverage-plugin

Weekly Downloads

26,321

Version

1.1.0

License

MIT

Last publish

Collaborators

  • h13i32maru