@enterthenamehere/esdoc-coverage-plugin

2.6.0-dev.1 • Public • Published

ESDoc Coverage Plugin

Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.

Install

npm install @enterthenamehere/esdoc-coverage-plugin

Config

{
  "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

Author

Ryo Maruyama@h13i32maru

Readme

Keywords

Package Sidebar

Install

npm i @enterthenamehere/esdoc-coverage-plugin

Weekly Downloads

2

Version

2.6.0-dev.1

License

MIT

Unpacked Size

5.91 kB

Total Files

5

Last publish

Collaborators

  • enterthenamehere