esdoc-flow-plugin

v1.0.0
A Flow plugin for ESDoc.
esdoc flow flowtype

esdoc-flow-plugin

This plugin will remove all Flow annotations and types to produce the documentation.

Install and usage

npm install esdoc-flow-plugin

Setup plugin property in esdoc.json

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

Execute ESDoc

esdoc -c esdoc.json

License

MIT

Author

Edgardo Avilés @eaviles

npm i esdoc-flow-plugin

Metadata

  • MIT
  • >=4.4.4
  • Edgardo Avilés
  • released 6/17/2016

Downloads

Maintainers