@sebastianwessel/esdoc-accessor-plugin

2.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    58
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.0
    58
  • 2.0.1
    0
  • 2.0.0
    0

Package Sidebar

Install

npm i @sebastianwessel/esdoc-accessor-plugin

Weekly Downloads

58

Version

2.1.0

License

MIT

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • sebastianwessel