esdoc-accessor-plugin

A accessor plugin for ESDoc

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
esdoc-accessor-plugin
138681.0.06 years ago6 years agoMinified + gzip package size for esdoc-accessor-plugin in KB

Readme

ESDoc Accessor Plugin

Install

npm install esdoc-accessor-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-accessor-plugin", "option": {"access": ["public", "protected", "private"], "autoPrivate": true}}
  ]
}

  • access is default ["public", "protected", "private"]
  • autoPrivate is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru