# esdoc-undocumented-identifier-plugin

> A undocumented identifier plugin for ESDoc

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

## Install

```sh
npm install esdoc-undocumented-identifier-plugin
pnpm add esdoc-undocumented-identifier-plugin
yarn add esdoc-undocumented-identifier-plugin
bun add esdoc-undocumented-identifier-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-19 |
| 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, undocument, plugin |

## Links

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

## Alternatives

- [@cantoo/pdf-lib](https://npm.io/package/@cantoo/pdf-lib.md) — 297.9K weekly downloads
- [datatables.net-buttons](https://npm.io/package/datatables.net-buttons.md) — 200.1K weekly downloads
- [@ckeditor/ckeditor5-export-pdf](https://npm.io/package/@ckeditor/ckeditor5-export-pdf.md) — 167.0K weekly downloads
- [scanbot-web-sdk](https://npm.io/package/scanbot-web-sdk.md) — 15.0K weekly downloads
- [@syncfusion/ej2-angular-pdfviewer](https://npm.io/package/@syncfusion/ej2-angular-pdfviewer.md) — 8.8K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2017-07-30
- 0.0.6 — 2017-06-25
- 0.0.5 — 2017-05-13
- 0.0.4 — 2017-04-23
- 0.0.3 — 2017-04-23
- 0.0.2 — 2017-04-23
- 0.0.1 — 2017-02-19

## README

# ESDoc Undocumented Identifier Plugin
## Install
```bash
npm install esdoc-undocumented-identifier-plugin
```

## Config
```json
{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-undocumented-identifier-plugin", "option": {"enable": true}}
  ]
}
```

`enable` is default `true`.

## LICENSE
MIT

## Author
[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)

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