@enterthenamehere/esdoc-publish-html-plugin

2.6.0-dev.1 • Public • Published

ESDoc Publish HTML Plugin

Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.

Install

npm install @enterthenamehere/esdoc-publish-html-plugin

Config

{
  "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

Author

Ryo Maruyama@h13i32maru

Package Sidebar

Install

npm i @enterthenamehere/esdoc-publish-html-plugin

Weekly Downloads

0

Version

2.6.0-dev.1

License

MIT

Unpacked Size

648 kB

Total Files

106

Last publish

Collaborators

  • enterthenamehere