@enterthenamehere/esdoc-publish-html-plugin
v2.6.0-dev.1
Published
A publish HTML plugin for ESDoc
Downloads
88
Maintainers
Readme
ESDoc Publish HTML Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-publish-html-pluginConfig
{
"source": "./src",
"destination": "./doc",
"plugins": [
{"name": "@enterthenamehere/esdoc-publish-html-plugin"}
]
}Custom Template
To use a custom template (ex my-template placed in the working directory):
{"name": "@enterthenamehere/esdoc-publish-html-plugin", "option": {"template": "my-template"}}template default is null - if set, it will start resolving path from process.cwd()
We recommend that you base on the original template.
LICENSE
MIT
