@itsjamie/esdoc-accessor-plugin

0.5.0 • Public • Published

ESDoc Accessor Plugin

Install

npm install @itsjamie/esdoc-accessor-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
        "name": "@itsjamie/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

/@itsjamie/esdoc-accessor-plugin/

    Package Sidebar

    Install

    npm i @itsjamie/esdoc-accessor-plugin

    Weekly Downloads

    122

    Version

    0.5.0

    License

    MIT

    Unpacked Size

    3.26 kB

    Total Files

    5

    Last publish

    Collaborators

    • itsjamie