2.1.2 • Published 6 years ago

esdoc2-publish-html-plugin v2.1.2

Weekly downloads
13,444
License
MIT
Repository
github
Last release
6 years ago

esdoc2 Publish HTML Plugin

Install

npm install esdoc2-publish-html-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc2-publish-html-plugin"}
  ]
}

Custom Template

To use a custom template (ex my-template placed in the working directory):

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

We recommend that you base on the original template.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru