esdoc-publish-html-plugin

A publish HTML plugin for ESDoc

MIT 16 个版本
安装
npm install esdoc-publish-html-plugin
yarn add esdoc-publish-html-plugin
pnpm add esdoc-publish-html-plugin
bun add esdoc-publish-html-plugin
README

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

版本列表
1.1.2 2018-04-30
1.1.1 2018-04-29
1.1.0 2017-09-10
1.0.0 2017-07-30
0.0.12 2017-06-25
0.0.11 2017-06-18
0.0.10 2017-05-17
0.0.9 2017-05-14
0.0.8 2017-05-14
0.0.7 2017-05-14
0.0.6 2017-05-13
0.0.5 2017-05-07
0.0.4 2017-04-23
0.0.3 2017-03-08
0.0.2 2017-03-08
0.0.1 2017-03-08