# esdoc-accessor-plugin

> A accessor plugin for ESDoc

Latest version **1.0.0** (published 2017-07-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install esdoc-accessor-plugin
pnpm add esdoc-accessor-plugin
yarn add esdoc-accessor-plugin
bun add esdoc-accessor-plugin
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-07-30 |
| First published | 2017-02-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 139 |
| Author | h13i32maru |
| Maintainers | h13i32maru |
| Keywords | esdoc, accessor, plugin |

## Links

- npm: https://www.npmjs.com/package/esdoc-accessor-plugin
- Repository: https://github.com/esdoc/esdoc-plugins
- Issues: https://github.com/esdoc/esdoc-plugins/issues
- npm.io page: https://npm.io/package/esdoc-accessor-plugin

## Recent versions

- 1.0.0 (latest) — 2017-07-30
- 0.0.5 — 2017-06-24
- 0.0.4 — 2017-05-13
- 0.0.3 — 2017-04-23
- 0.0.2 — 2017-03-05
- 0.0.1 — 2017-02-12

## README

# ESDoc Accessor Plugin
## Install
```bash
npm install esdoc-accessor-plugin
```

## Config
```json
{
  "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](https://github.com/h13i32maru)

---
_Source: https://npm.io/package/esdoc-accessor-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
