Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esdoc-undocumented-identifier-plugin

esdoc64kMIT1.0.0

A undocumented identifier plugin for ESDoc

esdoc, undocument, plugin

readme

ESDoc Undocumented Identifier Plugin

Install

npm install esdoc-undocumented-identifier-plugin

Config

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

enable is default true.

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

changelog

Changelog

1.0.0 (2017-07-30)

  • Release