# esdoc-publish-html-plugin

> A publish HTML plugin for ESDoc

Latest version **1.1.2** (published 2018-04-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install esdoc-publish-html-plugin
pnpm add esdoc-publish-html-plugin
yarn add esdoc-publish-html-plugin
bun add esdoc-publish-html-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.1.2 |
| Published | 2018-04-30 |
| First published | 2017-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 6.0.0 |
| Dependencies | 7 |
| Unpacked size | 182.2 KB |
| Known vulnerabilities | 0 (+4 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 139 |
| Author | h13i32maru |
| Maintainers | h13i32maru |
| Keywords | esdoc, publish, html, plugin |

## Links

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

## Dependencies (7)

- [marked](https://npm.io/package/marked.md) 0.3.19
- [cheerio](https://npm.io/package/cheerio.md) 0.22.0
- [ice-cap](https://npm.io/package/ice-cap.md) 0.0.4
- [taffydb](https://npm.io/package/taffydb.md) 2.7.2
- [fs-extra](https://npm.io/package/fs-extra.md) 1.0.0
- [escape-html](https://npm.io/package/escape-html.md) 1.0.3
- [babel-generator](https://npm.io/package/babel-generator.md) 6.11.4

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2018-04-30
- 1.1.1 — 2018-04-29
- 1.1.0 — 2017-09-10
- 1.0.0 — 2017-07-30
- 0.0.12 — 2017-06-25
- 0.0.11 — 2017-06-18
- 0.0.10 — 2017-05-17
- 0.0.9 — 2017-05-14
- 0.0.8 — 2017-05-14
- 0.0.7 — 2017-05-14
- 0.0.6 — 2017-05-13
- 0.0.5 — 2017-05-07
- 0.0.4 — 2017-04-23
- 0.0.3 — 2017-03-08
- 0.0.2 — 2017-03-08
- … 1 more at https://npm.io/package/esdoc-publish-html-plugin/versions

## README

# ESDoc Publish HTML Plugin
## Install
```bash
npm install esdoc-publish-html-plugin
```

## Config
```json
{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-publish-html-plugin"}
  ]
}
```

## Custom Template
To use a custom template (ex `my-template` placed in the working directory):
```json
    {"name": "esdoc-publish-html-plugin", "option": {"template": "my-template"}}
```

We recommend that you base on [the original template](https://github.com/esdoc/esdoc-plugins/tree/master/esdoc-publish-html-plugin/src/Builder/template).

## LICENSE
MIT

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

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