1.1.1 • Published 7 years ago
@axtell/esdoc-publish-html-plugin v1.1.1
ESDoc Publish HTML Plugin
Install
npm install esdoc-publish-html-pluginConfig
{
"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
1.1.1
7 years ago