2.1.1 • Published 5 years ago

@sebastianwessel/esdoc-publish-html-plugin v2.1.1

Weekly downloads
99
License
MIT
Repository
github
Last release
5 years ago

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