1.6.0 • Published 3 years ago

esdoc-latest-external-ecmascript-plugin v1.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ESDoc External ECMAScript Plugin

Install

npm install esdoc-external-ecmascript-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-external-ecmascript-plugin", "option": {"enable": true}}
  ]
}

enable is default true.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru