包详细信息

esdoc-unexported-identifier-plugin

esdoc125.7kMIT1.0.0

A unexported identifier plugin for ESDoc

esdoc, unexported, plugin

自述文件

ESDoc Unexported Identifier Plugin

Install

npm install esdoc-unexported-identifier-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-unexported-identifier-plugin", "option": {"enable": false}}
  ]
}

enable is default false.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

更新日志

Changelog

1.0.0 (2017-07-30)

  • Release