esdoc-flow-plugin

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i esdoc-flow-plugin

Weekly Downloads

61

Version

1.0.0

License

MIT

Last publish

Collaborators

  • edgardo