UNPKG

469 BMarkdownView Raw
1# ESDoc Accessor Plugin
2## Install
3```bash
4npm install esdoc-accessor-plugin
5```
6
7## Config
8```json
9{
10 "source": "./src",
11 "destination": "./doc",
12 "plugins": [
13 {"name": "esdoc-accessor-plugin", "option": {"access": ["public", "protected", "private"], "autoPrivate": true}}
14 ]
15}
16```
17
18- `access` is default `["public", "protected", "private"]`
19- `autoPrivate` is default `true`
20
21## LICENSE
22MIT
23
24## Author
25[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)