2.6.0-dev.1 • Published 10 months ago

@enterthenamehere/esdoc-accessor-plugin v2.6.0-dev.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

ESDoc Accessor Plugin

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

Install

npm install @enterthenamehere/esdoc-accessor-plugin

Config

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

2.6.0-dev.1

10 months ago

2.5.3-dev.1

2 years ago

2.5.0

2 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.0

3 years ago

1.3.0-beta.0

3 years ago