@itsjamie/esdoc-publish-html-plugin

0.5.0 • Public • Published

ESDoc Publish HTML Plugin

Install

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

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    { "name": "@itsjamie/esdoc-publish-html-plugin" }
  ]
}

Custom Template

To use a custom template (ex my-template placed in the working directory):

    {
        "name": "@itsjamie/esdoc-publish-html-plugin", 
        "option": {
            "template": "my-template"
        }
    }

We recommend that you base on the original template.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Dependents (4)

Package Sidebar

Install

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

Weekly Downloads

121

Version

0.5.0

License

MIT

Unpacked Size

180 kB

Total Files

58

Last publish

Collaborators

  • itsjamie