1.0.0 • Published 7 years ago

esdoc-accessor-plugin v1.0.0

Weekly downloads
27,265
License
MIT
Repository
github
Last release
7 years ago

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