1.0.1 • Published 1 year ago

@longnc/themartec-esdoc-publish-html-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ESDoc Publish HTML Plugin

Install

npm install @longnc/themartec-esdoc-publish-html-plugin

# Or

yarn add @longnc/themartec-esdoc-publish-html-plugin

Config

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

Custom Template

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

{
	"name": "themartec-esdoc-publish-html-plugin", 
	"option": {
		"template": "my-template"
	}
}

We recommend that you base on the original template.

LICENSE

MIT

Author

Long Nguyen <long.nguyen@themart.com>