Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 375 Bytes

File metadata and controls

24 lines (20 loc) · 375 Bytes

ESDoc External Node.js Plugin

Install

npm install esdoc-external-nodejs-plugin

Config

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

enable is default true.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru