esdoc-publish-html-plugin

1.1.2 • Public • Published

ESDoc Publish HTML Plugin

Install

npm install esdoc-publish-html-plugin

Config

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

Ryo Maruyama@h13i32maru

/esdoc-publish-html-plugin/

    Package Sidebar

    Install

    npm i esdoc-publish-html-plugin

    Weekly Downloads

    10,339

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    187 kB

    Total Files

    57

    Last publish

    Collaborators

    • h13i32maru