npm install esdoc-publish-html-plugin
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "esdoc-publish-html-plugin"}
]
}
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.
MIT