Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esdoc-publish-html-plugin

esdoc52.7kMIT1.1.2

A publish HTML plugin for ESDoc

esdoc, publish, html, plugin

readme

ESDoc Publish HTML Plugin

Install

npm install esdoc-publish-html-plugin

Config

{
  "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):

    {"name": "esdoc-publish-html-plugin", "option": {"template": "my-template"}}

We recommend that you base on the original template.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

changelog

Changelog

1.1.2 (2018-04-30)

1.1.1 (2018-04-29)

  • Chore
    • Update marked

1.1.0 (2017-09-10)

1.0.0 (2017-07-30)

  • Release